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]
