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
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
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
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
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
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
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