http://www.ioplex.com/jespa.html
I am following the example as described in Providing NTLM Services without Active Directory part of the documentation, and deploying the examples war into JBoss
I did:
When I debugged into JBoss, it is failing at comparing the ntlm objects
NtlmResponse local = new NtlmResponse(resp,domain, myusername,mypassword.toCharArray(), getTargetInformation());
if (resp.equals(local)) { <--------------------- fails here, resp and local not equal
}
Debugging info using eclipse, ntResponses length are not equal between local and resp ?
What else am I missing?
Environment: - Windows 7
With the new alpha release of jespa 1.1.4b http://www.ioplex.com/d/jespa-1.1.4b.zip this problem is fixed.