Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 10562 invoked from network); 30 Sep 2004 18:34:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 30 Sep 2004 18:34:18 -0000 Received: (qmail 1368 invoked by uid 500); 30 Sep 2004 18:34:04 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 1300 invoked by uid 500); 30 Sep 2004 18:34:03 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 1283 invoked by uid 99); 30 Sep 2004 18:34:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [209.0.86.69] (HELO whiskey.wilshire.com) (209.0.86.69) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 30 Sep 2004 11:34:02 -0700 Received: from harpy.wilshire.com (harpy.wilshire.com [192.168.1.58]) by whiskey.wilshire.com (8.12.3/8.12.3/Debian-6.6) with ESMTP id i8UIXjQO007643 for ; Thu, 30 Sep 2004 11:33:45 -0700 Received: from bbarkerxp (foundry.wilshire.com [192.168.1.129]) by harpy.wilshire.com (8.12.10/8.12.3) with SMTP id i8UIXnTE014574 for ; Thu, 30 Sep 2004 11:33:49 -0700 (PDT) Message-ID: <007a01c4a71c$189fdf70$6c37a8c0@bbarkerxp> From: "Bill Barker" To: "Tomcat Developers List" References: <20040930152621.18569.qmail@minotaur.apache.org> Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationContextFacade.java ApplicationFilterChain.java StandardWrapper.java Date: Thu, 30 Sep 2004 11:34:18 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------=_1096569225-28012-111" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Scanned-By: MIMEDefang 2.44 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------------=_1096569225-28012-111 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline > @@ -1012,13 +1041,12 @@ > DummyResponse res = new DummyResponse(); > > if( System.getSecurityManager() != null) { > - Class[] classType = new Class[]{ServletRequest.class, > - ServletResponse.class}; > - Object[] args = new Object[]{req, res}; > + serviceType[0] = req; > + serviceType[1] = res; > SecurityUtil.doAsPrivilege("service", > servlet, > - classType, > - args); > + classTypeUsedInService, > + serviceType); > } else { > servlet.service(req, res); > } > > This can't possibly be thread-safe (and the changes to ACF look dubious as well). ------------=_1096569225-28012-111 Content-Type: text/plain; name="disclaimer.txt" Content-Disposition: inline; filename="disclaimer.txt" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. ------------=_1096569225-28012-111 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org ------------=_1096569225-28012-111--