Re: Tomcat SSL & SVG

2007-01-20 Thread vascoace
Tomcat users, Your replies were very helpful to solve the problem. The solution was found in bugzilla and it consists of disabling the proxyCaching. See below: http://issues.apache.org/bugzilla/show_bug.cgi?id=27122+ The work-around is to configure the Authenticator yourself: Of cours

Re: Tomcat SSL & SVG

2007-01-19 Thread Bill Barker
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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

Re: Tomcat SSL & SVG

2007-01-19 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > Any help will be appreciated. I have seen similar issues reported and it appears to be a browser/plug-in issue although I never got as far as finding the root cause. Have you tried with other browsers? Mark -