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