Thanks. The problem was between the computer and the chair. I forgot to remove a security filter I was testing earlier that had an unfortunate side effect of eating an error.
dB. @ dblock.org Moscow|Geneva|Seattle|New York -----Original Message----- From: Mark Thomas [mailto:[email protected]] Sent: Monday, May 24, 2010 8:46 AM To: Tomcat Users List Subject: Re: JAAS: why would I be getting a 403 after a "Successfully passed all security constraints" On 24/05/2010 13:00, dB. wrote: > I am trying to implement JAAS. I got a custom module written and it seems to > work. > > FINE: Checking roles GenericPrincipal[dblock(Everyone,)] > May 24, 2010 7:56:45 AM org.apache.catalina.realm.RealmBase hasRole > FINE: Username dblock has role Everyone > May 24, 2010 7:56:45 AM org.apache.catalina.realm.RealmBase > hasResourcePermission > FINE: Role found: Everyone > May 24, 2010 7:56:45 AM org.apache.catalina.authenticator.AuthenticatorBase > invoke > FINE: Successfully passed all security constraints > > Nevertheless, I am still getting a 403 - Access to the specified resource > (...) has been forbidden. > > Any ideas? At this point I would fire up your IDE's debugger and step through the Tomcat source code to see what is going on. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] No virus found in this incoming message. Checked by AVG - www.avg.com Version: 9.0.819 / Virus Database: 271.1.1/2892 - Release Date: 05/23/10 14:26:00 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
