[
https://issues.apache.org/jira/browse/IO-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017674#comment-14017674
]
Gary Gregory commented on IO-445:
---------------------------------
I wonder if this is something we could/should implement in commons-parent.
> attributes are missing in MANIFEST.MF
> -------------------------------------
>
> Key: IO-445
> URL: https://issues.apache.org/jira/browse/IO-445
> Project: Commons IO
> Issue Type: Bug
> Affects Versions: 2.4
> Reporter: Jeff Yu
> Priority: Critical
>
> We are encountering an issue using commons-io-2.4.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-io-2.4.jar.
> Could you please fix that in order to make these two jars usable inside an
> applet ?
> Thanks
--
This message was sent by Atlassian JIRA
(v6.2#6252)