A redirect does not use the same ProtocolSocketFactory as the original method
-----------------------------------------------------------------------------

                 Key: HTTPCLIENT-648
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-648
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient
    Affects Versions: 3.1 RC1
            Reporter: Thomas Mathis


I use a GetMethod with a special ProtocolSocketFactory and execute a GetMethod 
where followRedirects is true. The Server has a test certificate which is 
trusted in the used keystore. 
The primary GET is OK but the redirect does not use the same 
ProtocolSocketFactory and therefore fails because the server certificate is no 
longer trusted.
I checked the code:  the ProtocolSocketFactory is replaced at 
HttpMethodDirector line 617 -> HostConfiguration line 315.
It is the same method as I stated in the bugreport HTTPCLIENT-646


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to