Ignacio J. Ortega wrote: >> De: Bill Barker [mailto:[EMAIL PROTECTED]] >> Enviado el: 3 de octubre de 2002 22:52 > > >> It seems that o.a.c.tomcat4/5.CoyoteResponse is using >> java.net.URL instead >> of Craig's o.a.c.u.URL or (the same class for 3.3) >> o.a.t.u.net.URL. AFAIK, >> changing the import statement in CoyoteResponse should remove >> the need for >> JSSE with Coyote/jk2 for TC 4/5 (3.3 shouldn't be affected). >> > > > Ok.. this should be fixed too, but i doenst understand why it works for > me using Coyote/JK2.. because i have the JSSE jars on my ext dir simply?
Are you using JDK1.4 ( in jdk1.4 this is set automatically in jre/lib/security ) ? JSSE jars shouldn't matter - you need the property set somehow in order for https URLs to work. It may be in user code - some webapp that is using https: connections may set it. -- Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>