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=28728>. 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=28728 HttpUrl does not accept unescaped passwords ------- Additional Comments From [EMAIL PROTECTED] 2004-05-01 22:30 ------- Though "#" is not a valid char in the userinfo, the various HttpUrl constructors are supposed to accept non escaped values. To me that means they should be escaping any non-valid characters. The attached patch should fix this one. The only problem now is that HttpMethodBase.generateRequestLine() does not include the userinfo. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]