Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 49581 invoked from network); 21 Aug 2005 13:35:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2005 13:35:11 -0000 Received: (qmail 49203 invoked by uid 500); 21 Aug 2005 13:34:57 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 49188 invoked by uid 500); 21 Aug 2005 13:34:57 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 49175 invoked by uid 99); 21 Aug 2005 13:34:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Aug 2005 06:34:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [203.177.157.212] (HELO ehost03.bigfoot.com) (203.177.157.212) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 21 Aug 2005 06:35:14 -0700 Received: from ehost03.bigfoot.com ([10.48.10.108] RDNS failed) by ehost03.bigfoot.com with Microsoft SMTPSVC(5.0.2195.6713); Sun, 21 Aug 2005 21:32:54 +0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Passing parameter upon login using j_security_check Date: Sun, 21 Aug 2005 21:32:53 +0800 Message-ID: <6029AFF0C3435D48AB2C9AE7FC87BA24338EBA@bfmail3.BFEHOST01.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Passing parameter upon login using j_security_check Thread-Index: AcWmUsWonErlO7uBRfaEI4w+blwyrAAAgtyw From: "Mark Goking" To: "Tomcat Users List" , X-OriginalArrivalTime: 21 Aug 2005 13:32:54.0625 (UTC) FILETIME=[D5E9A510:01C5A654] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi wade, yeah I read in some post that only j_username and j_password gets passed in the form. Nothing else.. Even auto-login is not possible by passing the username and password as http parameters.. I had to at least go to the login page, and then executing the same url with the username/password will make the autologin work. But, on the opening of the browser and executing that url, wont work. By the way, have you made this work using your own filter? If you don't mind, a sample? thanks -----Original Message----- From: Wade Chandler [mailto:hwadechandler-apache@yahoo.com]=20 Sent: Sunday, August 21, 2005 9:20 PM To: Tomcat Users List Subject: Re: Passing parameter upon login using j_security_check --- Mark Goking wrote: >=20 >=20 > Is it possible to pass a parameter upon login using > j_security_check and > passing that parameter to index.jsp? >=20 > thanks >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: > tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: > tomcat-user-help@jakarta.apache.org >=20 >=20 I don't think anything gets forwarded when the post is handed off. I tried printing all variables once and nothing. I was asking about this before. You can create your own filter and do the same thing however.=20 Should be straight forward. Then you can even customize your security mechanism. Just set a session variable and if it is not set then you know to bounce back to the security, otherwise allow the http call to go through. Wade --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org