Allow security checks in component lifecycle methds
---------------------------------------------------
Key: JBSEAM-1018
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1018
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Reporter: Christian Bauer
Priority: Optional
The Component.java.callComponentMethod() is used for lifecycle method calling, such as
@Create methods. It also wraps all exceptions thrown in these methods, or at least casts
them into RuntimeException (even if it already is a RuntimeException). So I can't use
Identity.instance.checkPermission() in a @Create method and have my exception handling
apply to failure. Minimum required: document this.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira