HttpClient.executeMethod(hostConfig, getMethod) does not use custom Protocols 
when the GetMethod contains an absolute uri.
---------------------------------------------------------------------------------------------------------------------------

                 Key: HTTPCLIENT-684
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-684
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient
    Affects Versions: 3.1 RC1, 3.0.1
         Environment: linux
            Reporter: Robbert-Jan Roos
            Priority: Minor


For SSL based connections I'm trying to use a ProtocolSocketFactory on 1
connection using a custom Protocol registration on the HostConfiguration object.

Unfortunately the GetMethod contains an absolute uri, which makes executeMethod
ignore my HostConfiguration (httpclient-3.1-rc1, line 388 removes the Protocol
declaration) This is also the case in 3.0.1.

See also the junit test with this issue.


-- 
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