https://issues.apache.org/bugzilla/show_bug.cgi?id=26451
--- Comment #7 from Denis Nelubin <[EMAIL PROTECTED]> 2008-05-23 06:33:19 PST --- Correct value for java.protocol.handler.pkgs system property starting with Java 1.4 is "sun.net.www.protocol". But the better is not to set this property at all. But the class org.apache.jk.server.JkMain in method initHTTPSUrls() changes the property. So if you want to use this class, you must provide the property. Overwise the old implementation (com.sun.net.ssl.internal.www.protocol) starts to work. I suppose, the JkMain class should check Java version is this method. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]