Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DEE7E923A for ; Tue, 14 Feb 2012 14:34:21 +0000 (UTC) Received: (qmail 875 invoked by uid 500); 14 Feb 2012 14:34:21 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 808 invoked by uid 500); 14 Feb 2012 14:34:20 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 712 invoked by uid 99); 14 Feb 2012 14:34:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 14:34:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2012 14:34:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E147F1B74AA for ; Tue, 14 Feb 2012 14:33:59 +0000 (UTC) Date: Tue, 14 Feb 2012 14:33:59 +0000 (UTC) From: "Karl Pauls (Assigned) (JIRA)" To: dev@felix.apache.org Message-ID: <75265374.36500.1329230039924.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <442136431.34102.1329172984034.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (FELIX-3351) Permissions.createPermission(String name, String action, Class target) Fails for action == null 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/FELIX-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls reassigned FELIX-3351: --------------------------------- Assignee: Karl Pauls > Permissions.createPermission(String name, String action, Class target) Fails for action == null > ----------------------------------------------------------------------------------------------- > > Key: FELIX-3351 > URL: https://issues.apache.org/jira/browse/FELIX-3351 > Project: Felix > Issue Type: Bug > Components: Framework Security > Affects Versions: framework.security-1.4.1 > Reporter: Bob Ziuchkovski > Assignee: Karl Pauls > Priority: Minor > Attachments: felix_permission_noaction.patch > > > java.security.Permission has a single constructor, Permission(String name). While many subclasses add another constructor with sig (String name, String actions), this is not a requirement for Permission subclasses and custom permissions without the actions arg are not properly handled by createPermission(). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira