DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18895>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18895 Can not use HttpsURLConnection with Java 1.4.1 and Coyote/JK2 Connector ------- Additional Comments From [EMAIL PROTECTED] 2003-09-11 07:08 ------- If you want to keep on using the Jk2-Connector, simply add a line to the jsp, xsp(cocoon) or in your application code that reads: System.setProperty("java.protocol.handler.pkgs", ""). This overrides the setting set by the Jk2-Connector and you get your javax.net.ssl.HttpsURLConnection. Georg. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]