On Wed, 2008-01-09 at 14:46 +0300, Fadi M. Maali wrote: > Hi, > I posted below a part of the log. As it is too large I tried to put the > important parts of it -- wish I am really doing this :) -- > The log corresponds to the case where follow redired is set to true. > Here is the log: >
Fadi, Actually you do get successfully authenticated with the proxy server. > 750 [main] DEBUG httpclient.wire.header - << "HTTP/1.1 302 > Found[\r][\n]" The target server responds with a redirect response. So, the proxy authentication worked as expected. But while redirecting to the new location, but then for some reason the connection gets closed > 766 [main] DEBUG org.apache.commons.httpclient.HttpConnection - > Releasing connection back to connection manager. > 766 [main] DEBUG org.apache.commons.httpclient.HttpConnection - enter > HttpConnection.close() Since the NTLM authentication is connection based the authentication state gets reset when the connection is closed. In order to solve the problem you have to find out why the connection gets dropped. Hope this helps Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
