You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Dusan Onofer (JIRA)" <ji...@apache.org> on 2011/02/24 20:24:38 UTC

[jira] Created: (HTTPCLIENT-1061) Proxy-Authorization header received on server side

Proxy-Authorization header received on server side
--------------------------------------------------

                 Key: HTTPCLIENT-1061
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1061
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient
    Affects Versions: 4.1 Final
         Environment: java 1.5
            Reporter: Dusan Onofer
            Priority: Critical



 
 I'm following example
 http://hc.apache.org/httpcomponents-client-ga/examples.html
 Proxy authentication
 
 but it seems that not only proxy is receiving credentials for proxy.
 In log, which is generated at target.host I can see header
 Proxy-Authorization: Basic ....


Dusan

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Issue Comment Edited] (HTTPCLIENT-1061) Proxy-Authorization header received on server side

Posted by "Mark Vetter (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13071371#comment-13071371 ] 

Mark Vetter edited comment on HTTPCLIENT-1061 at 7/26/11 9:26 PM:
------------------------------------------------------------------

Would this also be a problem with the v3.0 code?

Mark

  
> Proxy-Authorization header received on server side
> --------------------------------------------------
>
>                 Key: HTTPCLIENT-1061
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1061
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.1 Final
>         Environment: java 1.5
>            Reporter: Dusan Onofer
>            Priority: Critical
>             Fix For: 4.1.1
>
>         Attachments: ClientProxyAuthentication.java
>
>
>  
>  I'm following example
>  http://hc.apache.org/httpcomponents-client-ga/examples.html
>  Proxy authentication
>  
>  but it seems that not only proxy is receiving credentials for proxy.
>  In log, which is generated at target.host I can see header
>  Proxy-Authorization: Basic ....
> --------- HEADER
> Host:target.host:443
> Connection:Keep-Alive
> User-Agent:Apache-HttpClient/4.1 (java 1.5)
> Proxy-Authorization:Basic Z
> --------- POST
> Dusan

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Resolved: (HTTPCLIENT-1061) Proxy-Authorization header received on server side

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-1061.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.2 Final

I committed a fix for the bug to the SVN trunk. Could you please re-test your application with the latest SVN snapshot and confirm that the problem has been resolved?

Oleg 

> Proxy-Authorization header received on server side
> --------------------------------------------------
>
>                 Key: HTTPCLIENT-1061
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1061
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.1 Final
>         Environment: java 1.5
>            Reporter: Dusan Onofer
>            Priority: Critical
>             Fix For: 4.2 Final
>
>         Attachments: ClientProxyAuthentication.java
>
>
>  
>  I'm following example
>  http://hc.apache.org/httpcomponents-client-ga/examples.html
>  Proxy authentication
>  
>  but it seems that not only proxy is receiving credentials for proxy.
>  In log, which is generated at target.host I can see header
>  Proxy-Authorization: Basic ....
> --------- HEADER
> Host:target.host:443
> Connection:Keep-Alive
> User-Agent:Apache-HttpClient/4.1 (java 1.5)
> Proxy-Authorization:Basic Z
> --------- POST
> Dusan

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Updated: (HTTPCLIENT-1061) Proxy-Authorization header received on server side

Posted by "Dusan Onofer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dusan Onofer updated HTTPCLIENT-1061:
-------------------------------------

    Description: 

 
 I'm following example
 http://hc.apache.org/httpcomponents-client-ga/examples.html
 Proxy authentication
 
 but it seems that not only proxy is receiving credentials for proxy.
 In log, which is generated at target.host I can see header
 Proxy-Authorization: Basic ....

--------- HEADER
Host:target.host:443
Connection:Keep-Alive
User-Agent:Apache-HttpClient/4.1 (java 1.5)
Proxy-Authorization:Basic Z
--------- POST


Dusan

  was:

 
 I'm following example
 http://hc.apache.org/httpcomponents-client-ga/examples.html
 Proxy authentication
 
 but it seems that not only proxy is receiving credentials for proxy.
 In log, which is generated at target.host I can see header
 Proxy-Authorization: Basic ....


Dusan


> Proxy-Authorization header received on server side
> --------------------------------------------------
>
>                 Key: HTTPCLIENT-1061
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1061
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.1 Final
>         Environment: java 1.5
>            Reporter: Dusan Onofer
>            Priority: Critical
>         Attachments: ClientProxyAuthentication.java
>
>
>  
>  I'm following example
>  http://hc.apache.org/httpcomponents-client-ga/examples.html
>  Proxy authentication
>  
>  but it seems that not only proxy is receiving credentials for proxy.
>  In log, which is generated at target.host I can see header
>  Proxy-Authorization: Basic ....
> --------- HEADER
> Host:target.host:443
> Connection:Keep-Alive
> User-Agent:Apache-HttpClient/4.1 (java 1.5)
> Proxy-Authorization:Basic Z
> --------- POST
> Dusan

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Commented: (HTTPCLIENT-1061) Proxy-Authorization header received on server side

Posted by "Dusan Onofer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HTTPCLIENT-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000167#comment-13000167 ] 

Dusan Onofer commented on HTTPCLIENT-1061:
------------------------------------------

Confirming, problem resolved. 

Dusan


> Proxy-Authorization header received on server side
> --------------------------------------------------
>
>                 Key: HTTPCLIENT-1061
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1061
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.1 Final
>         Environment: java 1.5
>            Reporter: Dusan Onofer
>            Priority: Critical
>             Fix For: 4.2 Final
>
>         Attachments: ClientProxyAuthentication.java
>
>
>  
>  I'm following example
>  http://hc.apache.org/httpcomponents-client-ga/examples.html
>  Proxy authentication
>  
>  but it seems that not only proxy is receiving credentials for proxy.
>  In log, which is generated at target.host I can see header
>  Proxy-Authorization: Basic ....
> --------- HEADER
> Host:target.host:443
> Connection:Keep-Alive
> User-Agent:Apache-HttpClient/4.1 (java 1.5)
> Proxy-Authorization:Basic Z
> --------- POST
> Dusan

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] Updated: (HTTPCLIENT-1061) Proxy-Authorization header received on server side

Posted by "Dusan Onofer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dusan Onofer updated HTTPCLIENT-1061:
-------------------------------------

    Attachment: ClientProxyAuthentication.java

sample class

> Proxy-Authorization header received on server side
> --------------------------------------------------
>
>                 Key: HTTPCLIENT-1061
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1061
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 4.1 Final
>         Environment: java 1.5
>            Reporter: Dusan Onofer
>            Priority: Critical
>         Attachments: ClientProxyAuthentication.java
>
>
>  
>  I'm following example
>  http://hc.apache.org/httpcomponents-client-ga/examples.html
>  Proxy authentication
>  
>  but it seems that not only proxy is receiving credentials for proxy.
>  In log, which is generated at target.host I can see header
>  Proxy-Authorization: Basic ....
> Dusan

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org