Community
Participate
Working Groups
See bug 226420. The error message that occurs when a missing file is detected in a signed bundle has the jar path and the resource path reversed. This results in the following message: java.lang.SecurityException: A file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\signatureFile42527.jar" has been removed from the jar: css/ng400.gif at org.eclipse.osgi.internal.signedcontent.SignedBundleFile.getEntry(SignedBundleFile.java:110) at org.eclipse.osgi.internal.signedcontent.SignedContentImpl$SignedContentEntryImpl.verify(SignedContentImpl.java:158)
Also we should probably not be throwing a security exception here.
Created attachment 95576 [details] patch Fixes the error message and fixes the SecurityException to throw an InvalidContentException.
Fixed for M7.