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
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 ?