Hi, I know that java.net.URL class from plain JDK1.2 doesn't support "https:" protocol because there is no handler for it. If I use Java Web Server then sun.net.www.protocol.https.Handler class from its jar supports "https:" but it is not redistributable. I have also found in JDK1.2.2 for Windows a file C:\jdk1.2.2\jre\lib\jaws.jar which contains sun.plugin.protocol.jdk12.https.HttpsURLConnection and sun.plugin.protocol.https.HttpsURLConnection classes. But they are undocumented. My 1. question is: does anybody know about any other https implementation ? My 2. question is: where can I find documentation for jaws.jar in JDK1.2.2 ? Any help will be appreciated Martin -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INET, a.s. Mgr. Martin Kuba Kralovopolska 139 e-mail: [EMAIL PROTECTED] 601 12 Brno WWW: http://www.inet.cz/~makub/ Czech Republic tel: +420-5-41242414/33 -------------------------------------------------------------------- PGP fingerprint = D8 57 47 E5 36 D2 C1 A1 C3 48 B2 59 00 58 42 27 http://wwwkeys.cz.pgp.net:11371/pks/lookup?op=index&search=makub -------------------------------------------------------------------- ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
