Jeff Yu created IO-445:
--------------------------

             Summary: 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


We are encountering an issue using commons-io-2.4.jar and 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-io-2.4.jar and commons-codec-1.5.jar.
Could you please fix that in order to make these two jars usable inside an 
applet ?
Thanx.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to