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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
