Avoid jnlp “Open” click in MSIE9

狂风中的少年 提交于 2019-12-13 06:42:43

问题


I have an applet started by jnlp/javaws and it generally works well on all combinations of browsers/OS. So the mime type etc. is correct. The only issue is that when using MSIE 9 (and only that) after downloading the jnlp the bar at the lower edge of the browser window appears where you have to click "Open" to start the javaws.

There is no checkbox like "Do this every time from now on"/"Do not ask again" so there is no way round this one extra click every time.

Anyone could provide a hint as to where to go to make this happen without having this extra click every time please?

Additional Info: before the "Open" Option appears, there is something like "security check" (sorry we only have a german MSIE "Sicherheitsüberprüfung wird ausgeführt") in the bottom bar in the browser window.


回答1:


Colleagues found out: It is (again) the "Smart Screen Filter" in MSIE that is causing the problem, disabling it in the Security Tab/Site Settings in the MSIE Internet options (for the level that the site delivering the jnlp) fixes the issue.



来源:https://stackoverflow.com/questions/37854242/avoid-jnlp-open-click-in-msie9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!