Jandalf
I have the following NTLM tests failing on me all the time regardless of what JDK I am 
running, including 1.4.1. In my case I do not seem to have DES cyphers in place. Can 
it be that you have the cyphers under 1.4.1 but not under 1.3.1?

testNTLMAuthenticationResponse2
testNTLMAuthenticationWithDefaultCreds

org.apache.commons.httpclient.HttpException: DES encryption is not available.
        at org.apache.commons.httpclient.NTLM.getCipher(NTLM.java:158)
        at org.apache.commons.httpclient.NTLM.encrypt(NTLM.java:195)
        at org.apache.commons.httpclient.NTLM.hashPassword(NTLM.java:476)
        at org.apache.commons.httpclient.NTLM.getType3Message(NTLM.java:432)
        at org.apache.commons.httpclient.NTLM.getResponseFor(NTLM.java:145)
        at org.apache.commons.httpclient.Authenticator.ntlm(Authenticator.java:397)
        at 
org.apache.commons.httpclient.Authenticator.authenticate(Authenticator.java:707)
        at 
org.apache.commons.httpclient.Authenticator.authenticate(Authenticator.java:251)
        at 
org.apache.commons.httpclient.TestAuthenticator.testNTLMAuthenticationResponse2(TestAuthenticator.java:444)
....

Oleg

-----Original Message-----
From: Jeffrey Dever [mailto:[EMAIL PROTECTED]]
Sent: Sonntag, 26. Januar 2003 20:42
To: Commons HttpClient Project
Subject: NTLM tests fail when building with jdk1.3.1


It's come up here before about maintaining compatability with jdk1.3.1, 
and its come up on the commons-dev list as well.  As it stands right 
now, some NTLM tests fail when building under 1.3.1.  It seems that a 
single problem in authenticator is causing the issue.

I can start to be more diligent in running the build under both 1.3.1 
and 1.4, but this problem should be addressed.

Jandalf.


--
To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>

Reply via email to