RE: JAAS Realm and http error 403

2010-08-13 Thread Rashid Jilani
Thanks Charles for clarification. Regards, RJ. -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, August 13, 2010 3:41 PM To: Tomcat Users List Subject: RE: JAAS Realm and http error 403 > From: Rashid Jilani [mailto:

RE: JAAS Realm and http error 403

2010-08-13 Thread Caldarale, Charles R
> From: Rashid Jilani [mailto:jil...@lifebiosystems.com] > Subject: RE: JAAS Realm and http error 403 > > After going through Tomcat specification I was under the impression > that "*" will authenticate any role Exactly where were you looking? > I wonder is there an

RE: JAAS Realm and http error 403

2010-08-13 Thread Rashid Jilani
ion of the "*" under < role-name > element Regards, RJ. -Original Message- From: Rashid Jilani [mailto:jil...@lifebiosystems.com] Sent: Friday, August 13, 2010 3:04 PM To: users@tomcat.apache.org Subject: JAAS Realm and http error 403 Hi: I am using JAAS authentication to acc

JAAS Realm and http error 403

2010-08-13 Thread Rashid Jilani
Hi: I am using JAAS authentication to access the protected resource using the code below but even I got pass the login module successfully I got a 403 error. I tested the code both on tomcat 6.0.29 and 6.0.18 on Windows XP with Java 6 and have the same behavior. Here is the code I am usin