I have a component that is written in C# to overcome NTLM2 authentication protocol (or at least that what I was told)

I'd like to convert this component to Java 6 - will java support the NTLM2 ?

link|improve this question

62% accept rate
feedback

1 Answer

Yes, Java 6 classes support NTLM v2. Check Http Authentication in Java for an example of how to enable it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.