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=26451>. 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=26451 URL.openConnection() returns sun class with JDK 1.4.2_03 ------- Additional Comments From [EMAIL PROTECTED] 2004-01-29 19:07 ------- The point is: "The official (abstract) class for https connections is javax.net.ssl.HttpsURLConnection". That's what you're supposed to use in *your* code and that's gonna work, be it in a Sun, IBM or BEA VM. What *concrete* implementation class a call to new URL("https:...").openConnection () returns is not your business. It will be some subclass of javax.net... It's in the J2SE's discretion to return any class it likes. It's like you're complaining that servlet contexts are instance of org.apache...StandardContext. "But Sun says its a javax.servlet.ServletContext..." Welcome to OO. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]