Richard Freedman created HTTPCLIENT-1254:
--------------------------------------------

             Summary: Redirect with underscore in hostname causes 
ProtocolException
                 Key: HTTPCLIENT-1254
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1254
             Project: HttpComponents HttpClient
          Issue Type: Improvement
          Components: HttpClient
    Affects Versions: 4.1.3
            Reporter: Richard Freedman


HTTPCLIENT-911 allowed requests for URIs with hostnames containing uderscores 
to work, even though they are not RFC compliant.

However, if such a request results in a redirect to a different path on the 
same host, a ProtocolException with the message "Redirect URI does not specify 
a valid host name" is thrown. presumably due to the same sort of issue fixed by 
HTTPCLIENT-911

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to