http://www.ioplex.com/jespa.html
我正在按照文档的提供没有 Active Directory 的 NTLM 服务部分中描述的示例,并将示例战争部署到 JBoss 中
我做了:
- 将所有 JBoss 端口号增加 1000(所以我使用端口 9080 )
- 将 example_ntsp_web.xml 重命名为 web.xml
- 然后部署。
- 我无法获得身份验证
当我调试到 JBoss 时,它无法比较 ntlm 对象
NtlmResponse local = new NtlmResponse(resp,domain, myusername,mypassword.toCharArray(), getTargetInformation());
if (resp.equals(local)) { <--------------------- fails here, resp and local not equal
}
使用eclipse调试信息,本地和resp之间的ntResponses长度不相等?
我还缺少什么?
环境: - Windows 7