You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Thomas Termin (JIRA)" <ji...@apache.org> on 2011/01/21 16:05:43 UTC

[jira] Created: (SMXCOMP-843) The old provider processor has no possibilty to bind the Auth scope on a host:port config

The old provider processor has no possibilty to bind the Auth scope on a host:port config
-----------------------------------------------------------------------------------------

                 Key: SMXCOMP-843
                 URL: https://issues.apache.org/jira/browse/SMXCOMP-843
             Project: ServiceMix Components
          Issue Type: Bug
          Components: servicemix-http
    Affects Versions: servicemix-http-2010.01
            Reporter: Thomas Termin
            Assignee: Thomas Termin
             Fix For: 2011.01


The old style provider processor has no possibility to create an AuthScope for  a certain  host. and port from the url to connect. The AuthScope is always bound to any host and any port. That leads with frequently parallel usage of the porvider for different hosts with different user names and passwords to basic auth errors.

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


[jira] Work started: (SMXCOMP-843) The old provider processor has no possibilty to bind the Auth scope on a host:port config

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

Work on SMXCOMP-843 started by Thomas Termin.

> The old provider processor has no possibilty to bind the Auth scope on a host:port config
> -----------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-843
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-843
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-http
>    Affects Versions: servicemix-http-2010.01
>            Reporter: Thomas Termin
>            Assignee: Thomas Termin
>             Fix For: 2011.01
>
>
> The old style provider processor has no possibility to create an AuthScope for  a certain  host. and port from the url to connect. The AuthScope is always bound to any host and any port. That leads with frequently parallel usage of the porvider for different hosts with different user names and passwords to basic auth errors.

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


[jira] Resolved: (SMXCOMP-843) The old provider processor has no possibilty to bind the Auth scope on a host:port config

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

Thomas Termin resolved SMXCOMP-843.
-----------------------------------

    Resolution: Fixed

Author: tterm
Date: Fri Jan 21 16:51:25 2011
New Revision: 1061902

URL: http://svn.apache.org/viewvc?rev=1061902&view=rev
Log:
SMXCOMP-843 The old provider processor has no possibilty to bind the Auth scope on a host:port config

Modified:
    servicemix/components/trunk/bindings/servicemix-http/src/main/java/org/apache/servicemix/http/BasicAuthCredentials.java
    servicemix/components/trunk/bindings/servicemix-http/src/main/java/org/apache/servicemix/http/HttpConfiguration.java
    servicemix/components/trunk/bindings/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ProviderProcessor.java



> The old provider processor has no possibilty to bind the Auth scope on a host:port config
> -----------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-843
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-843
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-http
>    Affects Versions: servicemix-http-2010.01
>            Reporter: Thomas Termin
>            Assignee: Thomas Termin
>             Fix For: 2011.01
>
>
> The old style provider processor has no possibility to create an AuthScope for  a certain  host. and port from the url to connect. The AuthScope is always bound to any host and any port. That leads with frequently parallel usage of the porvider for different hosts with different user names and passwords to basic auth errors.

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