[
http://jira.jboss.com/jira/browse/JBSEAM-1018?page=all ]
Gavin King closed JBSEAM-1018.
------------------------------
Resolution: Done
Turn off debug modes!
And read the docs where it tells you about limitations to exception handling for
exceptions that occur during render response.
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
Assigned To: Gavin King
Priority: Minor
Fix For: 1.2.1.GA
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