Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFC391131D for ; Wed, 4 Jun 2014 13:01:04 +0000 (UTC) Received: (qmail 48818 invoked by uid 500); 4 Jun 2014 13:01:04 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 48632 invoked by uid 500); 4 Jun 2014 13:01:04 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 48551 invoked by uid 99); 4 Jun 2014 13:01:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 13:01:04 +0000 Date: Wed, 4 Jun 2014 13:01:04 +0000 (UTC) From: "Gary Gregory (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IO-445) attributes are missing in MANIFEST.MF MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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 : <> > 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)