Hi,
I have an issue with authorization in domain configuration (jboss AS 7.2.0 A1 master-build10299). Scenario is the next:
* insuccessful authorization using 1st node;
* kill 1st node;
* successfull login using 2nd node.
Authorization is succesfull but after I was redirected to /j_security_check with error code 400 - Invalid reference. If I manually change url to interested - I see login page. If I manually refresh it - I see protected resources. So I authorized successfully but redirection to correct url was not happen and protected resource I can see only from the third attempt.