You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/05/23 15:33:20 UTC

DO NOT REPLY [Bug 26451] URL.openConnection() returns sun class with JDK 1. 4.2_03

https://issues.apache.org/bugzilla/show_bug.cgi?id=26451





--- Comment #7 from Denis Nelubin <dn...@gmail.com>  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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org