Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 7341 invoked from network); 2 Mar 2011 06:55:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Mar 2011 06:55:15 -0000 Received: (qmail 19091 invoked by uid 500); 2 Mar 2011 06:55:12 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 18711 invoked by uid 500); 2 Mar 2011 06:55:07 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 18702 invoked by uid 99); 2 Mar 2011 06:55:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2011 06:55:06 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [98.139.91.238] (HELO nm30-vm0.bullet.mail.sp2.yahoo.com) (98.139.91.238) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 02 Mar 2011 06:54:57 +0000 Received: from [98.139.91.69] by nm30.bullet.mail.sp2.yahoo.com with NNFMP; 02 Mar 2011 06:54:37 -0000 Received: from [98.139.91.50] by tm9.bullet.mail.sp2.yahoo.com with NNFMP; 02 Mar 2011 06:54:37 -0000 Received: from [127.0.0.1] by omp1050.mail.sp2.yahoo.com with NNFMP; 02 Mar 2011 06:54:37 -0000 X-Yahoo-Newman-Id: 458662.34106.bm@omp1050.mail.sp2.yahoo.com Received: (qmail 71740 invoked from network); 2 Mar 2011 06:54:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=att.net; s=s1024; t=1299048877; bh=Ym9kxQnjF591gTZn96RO2neGuSGWNZpl4A3GlAevN40=; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; b=ZR0qzpxkUDayXohglbnulehVTzwjkofhScEHL+f4vgoNboXhxo4NJ1RZ+MVac4EKEbwUDQxhDdYIPwXrJCC94xoTrXQ7bh7vbtohJOhv8KK3wrd9P6OM2C7fnl8D/D1ms/40E76QdLmZ2i2gTWrxjwUDkbFB0X8ly7WpgTFzEtQ= Received: from [192.168.1.66] (michael.mccutcheon@67.126.85.147 with plain) by smtp127.sbc.mail.sp1.yahoo.com with SMTP; 01 Mar 2011 22:54:36 -0800 PST X-Yahoo-SMTP: m2dl79CswBAK07LdA5MOI76YzqWIxY78APePcYjgAy7qa1A746Ur X-YMail-OSG: gOWyq6gVM1kEZqrsOjZEofy..C6wNh9fX3VTez75wz0QSh1 aM4lo4dyvXbpkeqkmaHHMOUZCyy5x_RIzinClgsaPaKDxms6xNp2kqv.m7ut gASygyVI8zh3XAwib_3sU3AdTjoKkr9eu9unX7_K6adpzTPpMbhYfV2t9FUM 5XGkNObHVYkJ_Qf_ie6ULnZZ7GZA6VT7AbRlAdy3JTMx__NNUf8R2O5LUeh5 _ X-Yahoo-Newman-Property: ymail-3 Message-ID: <4D6DE9AD.5030104@att.net> Date: Tue, 01 Mar 2011 22:54:37 -0800 From: Michael McCutcheon User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Tomcat Users List Subject: @DenyAll does nothing Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I'm using Tomcat 7.0.8. I have a servlet with a doGet method that has a @DenyAll annotation applied to it. However, when I run the servlet, it seems to make no difference, and doGet is still called. It was my understanding that @DenyAll was supposed to prevent access to the method on which it is applied. Do I need to turn something on to get Tomcat to recognize the security annotations? I can't get any of the security annotations to do anything. Thanks for any help, Mike --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org