Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 98073 invoked from network); 11 Dec 2009 10:54:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Dec 2009 10:54:56 -0000 Received: (qmail 48052 invoked by uid 500); 11 Dec 2009 10:54:52 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 47990 invoked by uid 500); 11 Dec 2009 10:54:52 -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 47979 invoked by uid 99); 11 Dec 2009 10:54:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 10:54:52 +0000 X-ASF-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anthonyjay@fastmail.fm designates 66.111.4.25 as permitted sender) Received: from [66.111.4.25] (HELO out1.smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 10:54:50 +0000 Received: from compute2.internal (compute2.internal [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id 2B3E2C37D3 for ; Fri, 11 Dec 2009 05:54:29 -0500 (EST) Received: from web7.messagingengine.com ([10.202.2.216]) by compute2.internal (MEProxy); Fri, 11 Dec 2009 05:54:29 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=message-id:from:to:mime-version:content-transfer-encoding:content-type:subject:date; s=smtpout; bh=0yHg4aPGwIToGdJqAYTcWwfkBK4=; b=RUKhSf8qaK0ondHK0WiBE+Zk1z7idUgyJG/IJj9XFfMfGvfrtyMCEEpNn9im2mC1Y/PAO2zGnyYYKQjVhw2XkSeTyh6rGDH2JrHLMCr/IoG6taSVwlDPyTgDSVap0HDhgJyjvYHvP6oDvE4u0XJGx5z2Bd+6gP3BitcqOHZUmt8= Received: by web7.messagingengine.com (Postfix, from userid 99) id 0E8B41CBEF; Fri, 11 Dec 2009 05:54:29 -0500 (EST) Message-Id: <1260528869.18411.1349589773@webmail.messagingengine.com> X-Sasl-Enc: QJeLNBVxKBeRMU2R89ge+Hg+SwI6im2AGtO3cVexjEzP 1260528869 From: "Anthony Jay" To: "Tomcat Users List" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Mailer: MessagingEngine.com Webmail Interface Subject: Re: Contexts and Path and Authentication Date: Fri, 11 Dec 2009 10:54:29 +0000 Excellent. Now I have an elegant plan B in case my current apache-mod_auth_mysql-tomcat-form-based-authentication solution proves impractical. http://marc.info/?l=tomcat-user&m=126047599208053&w=2 Regards, Tony Christopher Schultz wrote: > > securityfilter (http://securityfilter.sourceforge.net) can be tricked > into doing this. Although the standard operating procedure is to map sf > to all URLs (i.e. /* it to different patterns and deploy it /twice/: > > > Security Filter BASIC > org.securityfilter.filter.SecurityFilter > > config > /WEB-INF/securityfilter-basic.xml > > > > > Security Filter FORM > org.securityfilter.filter.SecurityFilter > > config > /WEB-INF/securityfilter-form.xml > > > > ... I did not know that securityfilter handled both Basic and Form authentication. Is that recent ? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org