Add a new event that gets fired when authorization process has been finished.
-----------------------------------------------------------------------------
Key: SEAMSECURITY-96
URL: https://issues.jboss.org/browse/SEAMSECURITY-96
Project: Seam Security
Issue Type: Enhancement
Affects Versions: 3.0.0.Final
Environment: tomcat 7
Reporter: brvno brvnic
It is impossible to usefully observe the AuthorizationCheckEvent because
'passed' property gets set in one of the observers (namely
AuthorizationObserver).
In some containers (tomcat 7 for instance) any observer of
AuthorizationCheckEvent gets notified before AuthorizationObserver and
therefore cannot use 'isPassed()' method. (Because it always returns false).
Please add one more event at the end of the authorization process which clients
of the library can observe in a useful manner. That event could contain an
information about which security bindings were checked, and the result of that
check. Please make this event immutable.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues