[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2426) seam-gen components.xml templates have incorrect event id for notLoggedIn redirect

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Wed Jan 2 02:53:43 EST 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2426?page=all ]

Shane Bryzak closed JBSEAM-2426.
--------------------------------

    Resolution: Rejected

The event key is correct.  It has changed recently, check the security chapter of the docs in CVS.

> seam-gen components.xml templates have incorrect event id for notLoggedIn redirect
> ----------------------------------------------------------------------------------
>
>                 Key: JBSEAM-2426
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2426
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.0.1.CR1
>            Reporter: Andrew Atkinson
>         Assigned To: Shane Bryzak
>            Priority: Optional
>             Fix For: 2.0.1.GA
>
>
> The components.xml seam-gen templates have an incorrect or outdated event id:
> <event type="org.jboss.seam.security.notLoggedIn">
>        <action execute="#{redirect.captureCurrentView}"/>
> </event>	
> should be
> <event type="org.jboss.seam.notLoggedIn">
>        <action execute="#{redirect.captureCurrentView}"/>
> </event>

-- 
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

        



More information about the seam-issues mailing list