From tomcat-user-return-111860-apmail-jakarta-tomcat-user-archive=jakarta.apache.org@jakarta.apache.org Mon Oct 04 09:08:09 2004 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 88779 invoked from network); 4 Oct 2004 09:08:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 4 Oct 2004 09:08:09 -0000 Received: (qmail 60146 invoked by uid 500); 4 Oct 2004 09:07:26 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 60090 invoked by uid 500); 4 Oct 2004 09:07:25 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 60075 invoked by uid 99); 4 Oct 2004 09:07:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [195.120.197.254] (HELO ariadne.it) (195.120.197.254) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 04 Oct 2004 02:07:24 -0700 From: "Giovanni Formenti" To: "Tomcat Users List" Subject: Access the "org.apache.catalina.authenticator.REQUEST" note (get the requested page before the authentication form) Date: Mon, 4 Oct 2004 11:07:20 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi!! I use Tomcat 4.1 within JBoss 3.2.3 and JAAS. I need to know the page requested before the authentication take the control of the view. I find that information in the StandardSession's note "org.apache.catalina.authenticator.REQUEST". How can i read it?! request.getSession() is a StandardSessionFacade with the "session" field (that have the public getNotes()) unaccessible... :( Any idea?! --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org