Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B353D9B7 for ; Fri, 2 Nov 2012 13:43:44 +0000 (UTC) Received: (qmail 91042 invoked by uid 500); 2 Nov 2012 13:43:40 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 90990 invoked by uid 500); 2 Nov 2012 13:43:40 -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 90958 invoked by uid 99); 2 Nov 2012 13:43:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 13:43:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lyallex@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 13:43:30 +0000 Received: by mail-wi0-f171.google.com with SMTP id hj13so968928wib.0 for ; Fri, 02 Nov 2012 06:43:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DUEwnTgG0N27jtFjAJY1HKRsyGUFHPdmHOVJmGc+pxY=; b=FfG8BwJrhWPHRmBs7pLsWRdwb0ekPZ4sNnTmmeEq/657ExF1ILeImvhTCn9zTlOadQ VnoaQhbYm3ioANhUuI261RcCfx6+Me4+owRta3AeMCSeUNleDsRAD3ASWRIXdNiP177+ O3tOx8J1hSfR0ci34Huq17Ygc8jkIraLLC/m9/DH4f+/TqiUnG/l2R7KlQr19LOTUFaL JF/UzaZvKBhN8r2gp+tPUmteEI4OCIEgu2zNyc7KF0ckpmIM9saWTkxiQV5xXC5oEImU gpn9vCUjbcuLt1FB3xA9Rr9PDj4NafLZ4FF+wOaE1mJxY5ay8DreOsypkc1StIT2YwFq 2qVw== MIME-Version: 1.0 Received: by 10.216.141.93 with SMTP id f71mr570766wej.125.1351863790418; Fri, 02 Nov 2012 06:43:10 -0700 (PDT) Received: by 10.227.196.6 with HTTP; Fri, 2 Nov 2012 06:43:10 -0700 (PDT) Date: Fri, 2 Nov 2012 13:43:10 +0000 Message-ID: Subject: Redirecting from unprotected resource to a protected one From: Lyallex To: Tomcat Users List Content-Type: multipart/alternative; boundary=0016e6dd961e033d1f04cd8351c2 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6dd961e033d1f04cd8351c2 Content-Type: text/plain; charset=ISO-8859-1 Java 1.6 Tomcat 6.0.35 Ubuntu Linux 12.04 I have an application that uses container managed security I have set things up like this Standard user constraint used for checkout and account modification StandardUserConstraint /account/* ... stdbuyer