DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37988>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37988





------- Additional Comments From [EMAIL PROTECTED]  2006-03-23 11:02 -------
Hello Tommy,

> HttpClient is not capable of issuing the following HTTP request "GET
> ftp://user:[EMAIL PROTECTED]/ HTTP/1.1" despite the fact that this is valid
> according to RFC2616.

This bug was opened because a user could not send this kind of request.
It was closed because the same user confirmed that is is now possible,
see comment #7.

Your test uses the String constructor of GetMethod from uri.toString().
If you pass your string directly into the constructor instead of first
putting it into a URI and then creating a new string, it should work.
It should also work if you set the uri with the HttpMethod.setURI(...)
method instead of calling uri.toString() for the String constructor.
That gives you at least two options to achieve the desired result.

cheers,
  Roland
 

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to