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=28685>.
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=28685

HttpParser.parseHeaders() throws an exception when parsing a malformed header line.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE



------- Additional Comments From [EMAIL PROTECTED]  2004-04-29 13:51 -------
With all due respect, allow me to disagree with the proposed solution. I
strongly believe that HttpClient should not tolerate gross violations of the
HTTP specification. In those gray areas where language of the specification can
be subject to different interpretations, HttpClient usually provides a 'lenient'
mode, but the reported problem is not a matter of (mis)interpretation. The
location header clearly violates the spec and should not be accepted. 

In the future HttpClient will provide plugin mechanism for custom header parsers
for those unfortunate who need to deal 'wanna-be-a-webapp' kind of stuff

Oleg

*** This bug has been marked as a duplicate of 25468 ***

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

Reply via email to