Grails-Plugin-Consortium / grails-cxf-client

Easy cxf client for grails
http://grails.org/plugin/cxf-client
27 stars 30 forks source link

No support for proxy server authorization #55

Open mbrylant opened 9 years ago

mbrylant commented 9 years ago

This makes plugin unusable in the corporate environments with HTTP proxy.

Custom HTTPClientPolicy already allows setting the server and port for proxy server. One option to resolve proxy authentication issue is to add ProxyAuthorizationPolicy to WebServiceClientFactoryImpl and set it on HTTPConduit.