Re: JAAS Realm Help

2006-04-06 Thread Franck Borel
Information about JAAS can be faound at: http://www.JAASbook.com Hi, Trying to get a custom login through a JAAS LoginModule. Got the authentication to work (confirmed thru println()), but get back a HTTP unauthorized error in the browser. Gets to the commit() of LoginModule, where I add a "P

JAAS Realm Help

2006-04-05 Thread Vikul Khosla
Hi, Trying to get a custom login through a JAAS LoginModule. Got the authentication to work (confirmed thru println()), but get back a HTTP unauthorized error in the browser. Gets to the commit() of LoginModule, where I add a "Principal" based on the one "role" defined in tomcats web.xml ... sam