You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/12/24 18:42:02 UTC

DO NOT REPLY [Bug 15654] New: - HttpMethodBase does not handle response headers with missing ':'

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15654

HttpMethodBase does not handle response headers with missing ':'

           Summary: HttpMethodBase does not handle response headers with
                    missing ':'
           Product: Commons
           Version: unspecified
          Platform: Other
               URL: http://www.porsche.com
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HttpClient
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: steve@alignmentsoftware.com


Some URLs return headers with no colon separator. For example, then 
URL 'http://www.porsche.com' returns a response header line of 'Content-Type 
text/html'. The current version of HttpMethodBase expects a colon separator and 
throws an exception when this line is read. This makes the HttpClient library 
unusable for URLs with this problem.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>