Re: Security credentials are not propogated to Actionclass in Struts2

2008-03-06 Thread Matt Finholt
Hi balak31, I've run into the exact same issue and I'm wondering if you were ever able to find a work-around? It seems that it's impossible to get any user credentials while in a filter... I've had no issues gathering the data in a servlet. Similar to your situation, I urgently need a resonse!

Re: Security credentials are not propogated to Actionclass in Struts2

2007-08-21 Thread Yoge
Did u try *request.getUserPrincipal().getName();* On 8/20/07, balak31 <[EMAIL PROTECTED]> wrote: > > > Hi , > > I am newbie to Struts2. I have the following issue while configuring the > container managed security in Struts2 with Websphere Application Server > 6.1. > ..Need urgent assistance Plea