You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Guillaume Alleon (JIRA)" <ji...@apache.org> on 2007/05/01 18:35:15 UTC

[jira] Created: (CXF-618) Enable proxy authentication for retrieving WSDL from dynamic client

Enable proxy authentication for retrieving WSDL from dynamic client
-------------------------------------------------------------------

                 Key: CXF-618
                 URL: https://issues.apache.org/jira/browse/CXF-618
             Project: CXF
          Issue Type: Bug
         Environment: Linux/Windows XP SP2 - jdk1.50_11
            Reporter: Guillaume Alleon


When a dynamic client is created from an URLLocation like this:

    client = DynamicClientFactory.newInstance().createClient(URLLocation, cl);

the proxy authentication is not considered

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


[jira] Updated: (CXF-618) Enable proxy authentication for retrieving WSDL from dynamic client

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

Guillaume Alleon updated CXF-618:
---------------------------------

    Attachment: patch.txt

Attached is a new patch using the Base64Utility class from cxf

> Enable proxy authentication for retrieving WSDL from dynamic client
> -------------------------------------------------------------------
>
>                 Key: CXF-618
>                 URL: https://issues.apache.org/jira/browse/CXF-618
>             Project: CXF
>          Issue Type: Bug
>         Environment: Linux/Windows XP SP2 - jdk1.50_11
>            Reporter: Guillaume Alleon
>         Assigned To: Dan Diephouse
>         Attachments: patch.txt, patch.txt
>
>
> When a dynamic client is created from an URLLocation like this:
>     client = DynamicClientFactory.newInstance().createClient(URLLocation, cl);
> the proxy authentication is not considered

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


[jira] Resolved: (CXF-618) Enable proxy authentication for retrieving WSDL from dynamic client

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

Freeman Fang resolved CXF-618.
------------------------------

    Resolution: Fixed

> Enable proxy authentication for retrieving WSDL from dynamic client
> -------------------------------------------------------------------
>
>                 Key: CXF-618
>                 URL: https://issues.apache.org/jira/browse/CXF-618
>             Project: CXF
>          Issue Type: Bug
>         Environment: Linux/Windows XP SP2 - jdk1.50_11
>            Reporter: Guillaume Alleon
>         Assigned To: Freeman Fang
>         Attachments: patch.txt, patch.txt
>
>
> When a dynamic client is created from an URLLocation like this:
>     client = DynamicClientFactory.newInstance().createClient(URLLocation, cl);
> the proxy authentication is not considered

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


[jira] Assigned: (CXF-618) Enable proxy authentication for retrieving WSDL from dynamic client

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

Dan Diephouse reassigned CXF-618:
---------------------------------

    Assignee: Dan Diephouse

> Enable proxy authentication for retrieving WSDL from dynamic client
> -------------------------------------------------------------------
>
>                 Key: CXF-618
>                 URL: https://issues.apache.org/jira/browse/CXF-618
>             Project: CXF
>          Issue Type: Bug
>         Environment: Linux/Windows XP SP2 - jdk1.50_11
>            Reporter: Guillaume Alleon
>         Assigned To: Dan Diephouse
>         Attachments: patch.txt
>
>
> When a dynamic client is created from an URLLocation like this:
>     client = DynamicClientFactory.newInstance().createClient(URLLocation, cl);
> the proxy authentication is not considered

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


[jira] Assigned: (CXF-618) Enable proxy authentication for retrieving WSDL from dynamic client

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

Freeman Fang reassigned CXF-618:
--------------------------------

    Assignee: Freeman Fang  (was: Dan Diephouse)

> Enable proxy authentication for retrieving WSDL from dynamic client
> -------------------------------------------------------------------
>
>                 Key: CXF-618
>                 URL: https://issues.apache.org/jira/browse/CXF-618
>             Project: CXF
>          Issue Type: Bug
>         Environment: Linux/Windows XP SP2 - jdk1.50_11
>            Reporter: Guillaume Alleon
>         Assigned To: Freeman Fang
>         Attachments: patch.txt, patch.txt
>
>
> When a dynamic client is created from an URLLocation like this:
>     client = DynamicClientFactory.newInstance().createClient(URLLocation, cl);
> the proxy authentication is not considered

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


[jira] Updated: (CXF-618) Enable proxy authentication for retrieving WSDL from dynamic client

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

Guillaume Alleon updated CXF-618:
---------------------------------

    Attachment: patch.txt

Here is a patch for URIResolver. It is only working for Basic authentication and  does not rely on any third party dependency (such as httpclient). 

It is at the cost of referencing a sun.* classe.

Are they any alternative for this ? Do you want me to provide a Base64Encoder ?

> Enable proxy authentication for retrieving WSDL from dynamic client
> -------------------------------------------------------------------
>
>                 Key: CXF-618
>                 URL: https://issues.apache.org/jira/browse/CXF-618
>             Project: CXF
>          Issue Type: Bug
>         Environment: Linux/Windows XP SP2 - jdk1.50_11
>            Reporter: Guillaume Alleon
>         Attachments: patch.txt
>
>
> When a dynamic client is created from an URLLocation like this:
>     client = DynamicClientFactory.newInstance().createClient(URLLocation, cl);
> the proxy authentication is not considered

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