hi, Got the answer by myself
you should use either :
req.getRemoteUser() or req.getUserPrincipal().getName()
if the user is not logged in then req.getRemoteUser() is null and same for
req.getUserPrincipal()
Thanks
JG
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157646#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...