Unsigned entry - JWS

心已入冬 提交于 2019-12-13 08:01:23

问题


I am trying to learn how JWS works and got stuck with the below error

com.sun.deploy.net.JARSigningException: Found unsigned entry in resource: http://localhost:9292/TestJnlp.jar at com.sun.javaws.security.SigningInfo.getCommonCodeSignersForJar(Unknown Source)

went thru a lot of related post below could got the answers i am looking for.

Found unsigned entry in resource

jars no longer seem to be signed. JARSigningException: Found unsigned entry

https://stackoverflow.com/questions/30309730/javaws-keep-temporary-files-unchecked-%E2%87%92-found-unsigned-entry-in-resource

Question 1 : why the JWS application is checking for the signing by default and what are the two components which are checked/verified by this signature ?

In general when we sign a file (by sender), its signature is verified by the receiver or vice versa similarly what are the components here for this error ?

Question 2: how it(jar) can be signed so that this error can be fixed ?

Question 3: any setting to disable it ?

来源:https://stackoverflow.com/questions/31233532/unsigned-entry-jws

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