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:
@@ -211,6 +211,7 @@
|
|||||||
<Codebase>*</Codebase>
|
<Codebase>*</Codebase>
|
||||||
<Application-Library-Allowable-Codebase>*</Application-Library-Allowable-Codebase>
|
<Application-Library-Allowable-Codebase>*</Application-Library-Allowable-Codebase>
|
||||||
<Caller-Allowable-Codebase>*</Caller-Allowable-Codebase>
|
<Caller-Allowable-Codebase>*</Caller-Allowable-Codebase>
|
||||||
|
<Trusted-Library>true</Trusted-Library>
|
||||||
</manifestEntries>
|
</manifestEntries>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Reference in New Issue
Block a user