Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 12839 invoked from network); 3 Sep 2007 19:29:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2007 19:29:58 -0000 Received: (qmail 79487 invoked by uid 500); 3 Sep 2007 19:29:41 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 79466 invoked by uid 500); 3 Sep 2007 19:29:41 -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 79455 invoked by uid 99); 3 Sep 2007 19:29:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 12:29:41 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [63.240.77.83] (HELO sccrmhc13.comcast.net) (63.240.77.83) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 19:30:49 +0000 Received: from [192.168.0.100] (c-68-33-79-168.hsd1.md.comcast.net[68.33.79.168]) by comcast.net (sccrmhc13) with ESMTP id <2007090319291501300k6foie>; Mon, 3 Sep 2007 19:29:15 +0000 Message-ID: <46DC608B.8050208@apache.org> Date: Mon, 03 Sep 2007 15:29:15 -0400 From: Mark Thomas User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Timeout on form authentication References: <12466628.post@talk.nabble.com> In-Reply-To: <12466628.post@talk.nabble.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Peter Coppens wrote: I haven't tried any of this... > Ideally I would want to hide this completely from the user using whatever > coding is needed. This would be a custom authenticator. You should be able to use org.apache.catalina.authenticator.FormAuthenticator as the basis for this. > If that can't be achieved I am ok by redisplaying the > login page with some kind of "timeout/retry" message. A custom 408 error page should do the trick for this. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org