Re: Get Security subject from Tomcat

2008-11-13 Thread Pid
Pid wrote: > Christopher Schultz wrote: >> Arash, >> >> Arash Bizhan zadeh wrote: >>> Sure [reading the servlet API] might help. Reading my mail would have >>> helped too. I need the >>> Subject not the principal. >> Ouch. You're gonna get the cold shoulder with that kind of snarkiness. >> Your or

Re: Get Security subject from Tomcat

2008-11-13 Thread Pid
Christopher Schultz wrote: > Arash, > > Arash Bizhan zadeh wrote: >> Sure [reading the servlet API] might help. Reading my mail would have helped >> too. I need the >> Subject not the principal. > > Ouch. You're gonna get the cold shoulder with that kind of snarkiness. > Your original message sa

Re: Get Security subject from Tomcat

2008-11-12 Thread André Warnier
Arash Bizhan zadeh wrote: On Wed, Nov 12, 2008 at 4:06 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: From: Arash Bizhan zadeh [mailto:[EMAIL PROTECTED] Subject: Get Security subject from Tomcat Is there is was I can get the authenticated User from inside my servlet/filter? Perhaps read

Re: Get Security subject from Tomcat

2008-11-12 Thread Arash Bizhan zadeh
On Wed, Nov 12, 2008 at 5:34 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Arash, > > Arash Bizhan zadeh wrote: > > Sure [reading the servlet API] might help. Reading my mail would have > helped too. I need the > > Subject not the princip

Re: Get Security subject from Tomcat

2008-11-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arash, Arash Bizhan zadeh wrote: > Sure [reading the servlet API] might help. Reading my mail would have helped > too. I need the > Subject not the principal. Ouch. You're gonna get the cold shoulder with that kind of snarkiness. Your original messa

RE: Get Security subject from Tomcat

2008-11-12 Thread Caldarale, Charles R
> From: Arash Bizhan zadeh [mailto:[EMAIL PROTECTED] > Subject: Re: Get Security subject from Tomcat > > Sure it might help. Reading my mail would have helped too. I need the > Subject not the principal. O.k., I'm confused. If you're looking for the user name, then the

Re: Get Security subject from Tomcat

2008-11-12 Thread Arash Bizhan zadeh
On Wed, Nov 12, 2008 at 4:06 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Arash Bizhan zadeh [mailto:[EMAIL PROTECTED] > > Subject: Get Security subject from Tomcat > > > > Is there is was I can get the authenticated User from inside my > > servlet/filter? > > Perhaps reading the

RE: Get Security subject from Tomcat

2008-11-12 Thread Caldarale, Charles R
> From: Arash Bizhan zadeh [mailto:[EMAIL PROTECTED] > Subject: Get Security subject from Tomcat > > Is there is was I can get the authenticated User from inside my > servlet/filter? Perhaps reading the Servlet spec or the APIs would help: http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-