Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 25484 invoked from network); 6 Feb 2006 17:57:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Feb 2006 17:57:58 -0000 Received: (qmail 52119 invoked by uid 500); 6 Feb 2006 17:57:24 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 52072 invoked by uid 500); 6 Feb 2006 17:57:23 -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 51931 invoked by uid 99); 6 Feb 2006 17:57:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 09:57:22 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [193.252.22.156] (HELO smtp3.freeserve.com) (193.252.22.156) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2006 09:57:20 -0800 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3216.me.freeserve.com (SMTP Server) with ESMTP id 33E49C400088 for ; Mon, 6 Feb 2006 18:56:59 +0100 (CET) Received: from [192.168.0.2] (user-640.lns5-c10.dsl.pol.co.uk [84.68.130.128]) by mwinf3216.me.freeserve.com (SMTP Server) with ESMTP id 16DB4C400091 for ; Mon, 6 Feb 2006 18:56:59 +0100 (CET) X-ME-UUID: 20060206175659937.16DB4C400091@mwinf3216.me.freeserve.com Message-ID: <43E78DEC.2050609@apache.org> Date: Mon, 06 Feb 2006 17:57:00 +0000 From: Mark Thomas User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: auth-constraint in web.xml in tomcat 5.5.15 References: <43E398DB.8060705@apache.org> <43E740FE.1030904@oma.be> In-Reply-To: <43E740FE.1030904@oma.be> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N David Delbecq wrote: > *outch* This mean i will have to change my web.xml with future tomcat > version. > How do I allow access to a ressource to all authenticated users now? Create a global role. Assign all users to that role. Use the global role rather than "*". Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org