From dev-return-100696-apmail-tomcat-dev-archive=tomcat.apache.org@tomcat.apache.org Wed Dec 02 00:05:05 2009 Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 78399 invoked from network); 2 Dec 2009 00:05:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 00:05:05 -0000 Received: (qmail 83497 invoked by uid 500); 2 Dec 2009 00:05:04 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 83414 invoked by uid 500); 2 Dec 2009 00:05:03 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 83403 invoked by uid 99); 2 Dec 2009 00:05:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 00:05:03 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 00:05:01 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 6F611234C1F2; Tue, 1 Dec 2009 16:04:41 -0800 (PST) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: DO NOT REPLY [Bug 48323] AccessControlException on AJP connector, in security mode X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 6 X-Bugzilla-Component: Connectors X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alexis.hassler@sewatech.fr X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: default X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20091202000441.6F611234C1F2@brutus.apache.org> Date: Tue, 1 Dec 2009 16:04:41 -0800 (PST) https://issues.apache.org/bugzilla/show_bug.cgi?id=48323 --- Comment #1 from Alexis Hassler 2009-12-01 16:04:40 UTC --- OK, I fixed it by adding these three lines in catalina.policy : grant { ... permission java.lang.RuntimePermission "accessClassInPackage.org.apache.coyote"; permission java.util.PropertyPermission "org.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER", "read"; permission java.lang.RuntimePermission "accessClassInPackage.org.apache.tomcat.util.buf"; }; Maybe it could be provided by default... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org