It was because our toString() prints the wrong information in the debug file!
Sorry!
From: Michael Becke <[EMAIL PROTECTED]> Reply-To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> Subject: Re: [HttpClient] URI with dots Date: Sun, 31 Oct 2004 10:08:56 -0500
Seems to work for me. Which version of HttpClient are you using?
Mike
On Oct 31, 2004, at 8:25 AM, h2ooo x wrote:
Hi!
It seem like the URI does not accept '.' character (?).
The following getURI() returns the URI, ignore the '.' and the following characters:
PostMethod post = new PostMethod("https://login.domain.com/login?3vk.done");
// this will print URI is https://login.domain.com/login?3vk
System.out.println("URI is " + post.getURI());
Can you explain why this happens? Thank you!
_________________________________________________________________ Download the latest MSN Messenger http://messenger.msn.com.my
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
_________________________________________________________________
Using a handphone prepaid card? Reload your credit online! http://www.msn.com.my/reloadredir/default.asp
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
