[
https://issues.apache.org/jira/browse/CODEC-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018539#comment-14018539
]
Emmanuel Bourg commented on CODEC-186:
--------------------------------------
I agree this is not a change we should do. If you want to deploy a JNLP
application or an applet you now have to modify the manifest of all the jars
included, and this is specific to every application.
> attributes are missing in MANIFEST.MF
> -------------------------------------
>
> Key: CODEC-186
> URL: https://issues.apache.org/jira/browse/CODEC-186
> Project: Commons Codec
> Issue Type: Bug
> Affects Versions: 1.5, 1.9
> Reporter: Jeff Yu
>
> We are encountering an issue using commons-codec-1.5.jar inside an applet.
> Since the 7U45 of java, the MANIFEST of a jar used inside an applet must be
> complete.
> 3 attributes are missing in the MANIFEST
> Trusted-Library : true
> Application-Name : <<as you want>>
> Permissions : all-permissions (or less if you want to be precise)
> Codebase : *
> see :
> http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/manifest.html
> Without these attributes, the JRE refuse to execute an applet containing
> commons-codec-1.5.jar.
> Could you please fix that in order to make this jar usable inside an applet?
> Thanks
--
This message was sent by Atlassian JIRA
(v6.2#6252)