Andy,

The FormAuthValve and ExtFormAuthenticator were recently replaced by a new 
version of ExtFormAuthenticator.  This work was done per JIRA task 
http://jira.jboss.com/jira/browse/JBAS-3286, to solve some unexpected behavior. 
 If you can use the newer version, then all will be good.  Otherwise, have you 
tried just calling HttpServletRequest's getUserPrincipal() method?

Also, one small thing you might want to change.  In your context.xml you have 
added the FormAuthenticator valve.  This is not necessary (and may actually be 
part of the problem) since if you have configured your web app to use FORM 
authentication (by setting auth-method element in web.xml to "FORM"), that 
valve is added automatically to pipeline.

Let us know if you still have problems, cgriffith


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952339#3952339

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3952339


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to