简体   繁体   中英

Java Web Start Security warning JNLP. Bug in JWS? 7u51

We are using java web start to launch a GUI java program. We sign all the jars including third party jars. We also added the Permissions: all-permissions attribute to the manifest of all our jars, but not to the third party jars.

In java 7u51 we still get the warning that 'this application will be blocked'.

I have tried looking through the java console logs after starting web start with -verbose but didn't see anything that helped me resolve this.

警告对话框

It appears this was fixed with 7u55 update.

7u55 Bug fixes :

JDK-8031579 deploy webstart Spurious Missing Manifest Permissions Attribute Warning When Launching versioned Java Web Start app

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM