Re: Security credentials are not propogated to Actionclass in Struts2

2008-03-06 Thread Matt Finholt
able to get the remoteUser using request.getRemoteUser() > > Approach 2: > Deployed the same struts2 application in ApacheTomcat 6.0.14 > Output: > It works fine.Can able to get the remoteUser using request.getRemoteUser() > > Approach 3: > Deployed the same struts2 applicatio

Re: Security credentials are not propogated to Actionclass in Struts2

2007-08-21 Thread Yoge
t; Application Server 6.1 > Output: > It works fine.Can able to get the remoteUser using request.getRemoteUser() > > Approach 2: > Deployed the same struts2 application in ApacheTomcat 6.0.14 > Output: > It works fine.Can able to get the remoteUser using request.getRemoteUser() > >

Security credentials are not propogated to Actionclass in Struts2

2007-08-20 Thread balak31
struts2 application in Websphere Application Server 6.1 Output: Not able to get the remoteUser in LoginAction.It prints null. Am i missing anything fundamentally.Please let us know what would be required to be done to make it work. -- View this message in context: http://www.nabble.com/Security-