Jeff Yu created CODEC-186:
-----------------------------

             Summary: 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.9, 1.5
            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)

Reply via email to