Once released, the files in a release are immutable. Only a new release can modify them. Whether or not the change you request is appropriate is a different question. You can always download the source, modify, and build yourself of course.
Gary On Aug 14, 2013, at 1:11, "Himanshu Gusain -X (hgusain - ARICENT TECHNOLOGIES MAURIITIUS LIMITED at Cisco)" <[email protected]> wrote: Hi , We are using *log4j-1.2.8.jar* by apache. But, due to new java 7 releases by oracle our applet starts throwing the new prompts they introduced for mixed code in their java 7 update 21 release<http://www.oracle.com/technetwork/java/javase/7u21-relnotes-1932873.html> . Now to remove these prompts I have to add the *Trusted-Library: true*attribute into the Manifest.mf of all the jars we are using. We also want to add the attribute *Permissions: all-permissions* to the manifest of the *log4j-1.2.8.jar* as per java 7 update 25<http://www.oracle.com/technetwork/java/javase/7u25-relnotes-1955741.html> . Can you please provide a *log4j-1.2.8.jar* containing the two attributes in their *Manifest.mf*. Regards Himanshu Gusain
