Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 90999 invoked from network); 20 Jan 2007 03:27:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2007 03:27:14 -0000 Received: (qmail 5605 invoked by uid 500); 20 Jan 2007 03:27:08 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 5585 invoked by uid 500); 20 Jan 2007 03:27:08 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 5574 invoked by uid 99); 20 Jan 2007 03:27:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2007 19:27:08 -0800 X-ASF-Spam-Status: No, hits=2.5 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of VascoAce@aol.com designates 205.188.157.37 as permitted sender) Received: from [205.188.157.37] (HELO imo-d05.mx.aol.com) (205.188.157.37) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2007 19:26:59 -0800 Received: from VascoAce@aol.com by imo-d05.mx.aol.com (mail_out_v38_r7.6.) id w.c9d.7ccc0ab (58808) for ; Fri, 19 Jan 2007 22:26:32 -0500 (EST) From: VascoAce@aol.com Message-ID: Date: Fri, 19 Jan 2007 22:26:30 EST Subject: Tomcat SSL & SVG To: users@tomcat.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="-----------------------------1169263590" X-Mailer: 9.0 for Windows sub 5127 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO -------------------------------1169263590 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Tomcat users, My web application was working fine the last 12 months but all of the sudden I can't display SVG inside the JSP pages by using the embed tag. The Tomcat server can display the SVG when I'm not using SSL but fails when I switch to SSL. I'm using the correct mime-types for SVG in the conf/web.xml and inside the embed tag. I'm using Tomcat 5.5.9 (tried also with 5.5.20), the adobe SVG plugin 3.03 , and IE 6.0. Somehow Tomcat stopped recognizing the SVG when using SSL. Have you experience this problem? How can I force Tomcat to recognize SVG in SSL mode? Everything works fine in nonSSL mode and it used to work in SSL mode until 2 days ago. If I try opening a test.svg file in SSL mode the browser complains that the test.svg can not be found. Any help will be appreciated. Thanks, Alberto -------------------------------1169263590--