DO NOT REPLY [Bug 24327] - MS Proxy with NTLM authentication set up does not work

2003-12-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24327. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

authentication ...

2003-12-31 Thread Blanc, Isabelle
Hi everybody :) and first of all, I wish you all an happy new year :)) and now is my question/remark (i don't know if it's better to post it here, or in the user mailing list, or as a comment in bugzilla, but I don't want to cross post, so for now I post it only here - let me know if I should

Re: authentication ...

2003-12-31 Thread Steve Vaughan
We ran into the same problem (and used the same temporary workaround). It seems to me that HttpAuthenticator.selectAuthScheme should take into account the credentials that are available, skipping authentications schemes without credentials. In your case, since you only provided

Logging problem

2003-12-31 Thread Lomvardias Christopher
When attempting to run the example source code at the bottom of http://jakarta.apache.org/commons/httpclient/tutorial.html within JRun/ColdFusion MX, I get the following error: [1]org.apache.commons.logging.LogConfigurationException: java.lang.ClassCastException at

Re: Logging problem

2003-12-31 Thread Eric Johnson
Chris, Looks suspiciously like a ClassLoader problem, and not directly related to HttpClient. I suggest looking on the net for compatibility issues with JRun/ColdFusion MX and commons-logging. Also see the logging instructions for HttpClient here: