Re: [appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-12 Thread orangetreats20171
Could someone please help me with this I am stuck for quite a while now orangetreats20171 wrote: > > http://www.nabble.com/file/p15986107/security.xml security.xml > > The defaultTargetUrl in authenticationProcessingFilter has been changed to > point to "/ma

Re: [appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-11 Thread orangetreats20171
http://www.nabble.com/file/p15986107/security.xml security.xml I dont recall making changes to security.xml. i am attaching it anyway. No clue as to what the problem is -- View this message in context: http://www.nabble.com/ACEGI-request.getRemoteUser%28%29-returns-null-tp15950800s2369p15

Re: [appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-11 Thread orangetreats20171
http://www.nabble.com/file/p15986108/security.xml security.xml I dont recall making changes to security.xml. i am attaching it anyway. No clue as to what the problem is -- View this message in context: http://www.nabble.com/ACEGI-request.getRemoteUser%28%29-returns-null-tp15950800s2369p15

Re: [appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-11 Thread orangetreats20171
The URL is from mainMenu.jsp... ".. This url invokes UserAction class where call is made to request.getRemoteUser() -- View this message in context: http://www.nabble.com/ACEGI-request.getRemoteUser%28%29-returns-null-tp15950800s2369p15976662.html Sent from the AppFuse - User mailing list arc

Re: [appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-10 Thread orangetreats20171
to use request.getRemoteUser()? This will only > work in Filters and actions/controllers that are filtered by Acegi. In > other words, the URL path has to match. > > Matt > > On 3/10/08, orangetreats20171 <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >&g

[appfuse-user] ACEGI request.getRemoteUser() returns null

2008-03-10 Thread orangetreats20171
Hello, Using ACEGI for basic form authentication. User is authenticated successfully after logging. After successfull validation, request.getSession().getAttribute("ACEGI_SECURITY_ CONTEXT") returns a valid authentication object to get hold of user principal and credentials. However, request

[appfuse-user] Question regarding "struts2 basic" archetype project

2008-02-11 Thread orangetreats20171
Hello, I downloaded the fullsource for struts2 basic and was going through code for saving/registering new user. Had a question in source for class UserAction. How is the model "setUser" getting called without implmenting ModelDriven interface and using getModel() call ??? I mean how is the mo