【发布时间】:2011-08-14 17:35:23
【问题描述】:
我有一个在集成了 Windows 身份验证的 IIS 7.5 上运行的网站。在/Content 文件夹(具有匿名访问权限)中有一个小程序-MyApplet.jar。使用此小程序时,Java 显示“需要身份验证”弹出窗口(即使我选中“记住”复选框,此弹出窗口也不会记住我的密码)。
有什么办法可以去掉这个窗口?
这是加载小程序之前的 Java 控制台:
network: Cache entry not found [url: http://192.168.10.136/Web/Examination.mvc/Details/PatientEHR/META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration, version: null]
network: Connecting http://192.168.10.136/Web/Examination.mvc/Details/PatientEHR/META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration with proxy=DIRECT
network: Connecting http://192.168.10.136:80/ with proxy=DIRECT
network: Connecting http://192.168.10.136/Web/Examination.mvc/Details/PatientEHR/META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration with cookie "JCP-store=HDImageStore; JCP-key=Inf_WOPass"
network: Firewall authentication: site=/192.168.10.136:80, protocol=http, prompt=, scheme=ntlm
【问题讨论】:
标签: java authentication applet