Hi Mike and guys, I found that it's somewhat quite hard to answer to you in jakarta process. The main reason is that it's related to the API copatibility of common-dev and slide-dev. The second reason is related to understanding URI escaping and character encoding and and implementing them seperately. You can refer to http://www.w3.org/International/O-URL-code.html and http://www.ietf.org/rfc/rfc2396.txt?number=2396 (Thanks to [EMAIL PROTECTED]) There is an HTTP and WebDAV command line client to run and debug in Slide. I guess that's one of reasons why Mike asks this problem to slide-dev. I discovered that common-httpclient doesn't have any easy and automatic stuffs like GenericURI and HttpURL for URI escaping and have talked about nothing about that from www.mail-archive.com. :( And the slide client doesn't support HTTPS yet, because of the API compatiblity. :( These days I have some free time and want that common HTTP client and slide WebDAV client APIs runs close together. Well, if there are no negative responses, after several days, I will get to add my stuffs to solve the above. ^^ BTW, actuallly, I've seen this problem from tomcat 3.x But they haven't fixed it still, while other commercial web servers support it. :( And we should considerate the character encoding on the native-language operating systems. In case, the default encoding is UTF-8, before encoding, the characters are native-language on an operating system. And after decoding, they might be navtive-language on another operating system. Getting more complicated considerations... :( Sung-Gu P.S.: Well... It's been quite quite long time for me to mail jakarta dev. ;) You can guess why I send you guys this mail below... The authors for URIUtil.java from URLUtil.java: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; The recently issuers titled "Special letters" on slide-dev mailing list: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED], ...... ----- Original Message ----- From: "GARTRELL,MIKE (HP-Corvallis,ex1)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 8:02 AM Subject: How to construct HTTPS org.apache.util.HttpURL? > How is an org.apache.util.HttpURL object constructed using the HTTPS > protocol? It appears that the constructors for this class only support HTTP > URLs. > > ---> Mike Gartrell <--- ---> [EMAIL PROTECTED] <--- > ---> phone: (541) 715-0008 <--- > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > >
