Added "Trusted-Library" manifest attribute

The "Trusted-Library" manifest attribute is required for Applets and
Java Web Start. Otherwise classes from the Getdown package might be
silently ignored (ClassNotFoundException).
This commit is contained in:
Thomas Küstermann
2016-09-09 17:53:53 +02:00
parent caa8a5ca16
commit 282aac0a6f
+1
View File
@@ -211,6 +211,7 @@
<Codebase>*</Codebase>
<Application-Library-Allowable-Codebase>*</Application-Library-Allowable-Codebase>
<Caller-Allowable-Codebase>*</Caller-Allowable-Codebase>
<Trusted-Library>true</Trusted-Library>
</manifestEntries>
</archive>
</configuration>