NTLM Support
Status: Beta
Brought to you by:
jasonbrome
Hi,
the version 5 has no support for NTLM based proxies.
With version 3 we could make it work using the
-http.auth.ntlm.domain directive, but it doesn't work
anymore.
I've writen a small patch int the
ChannelManager.configureHttpClient(...) method, but
only tested it in a W2K/Java 1.4.2 against a NTLM proxy.
Just set the Proxy User ID field int the proxy
configuration to domain\username, and voilá.
Keep up the good work.
Carlos Palma