[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1988) AuthorizationException not redirected properly

Samuel Mendenhall (JIRA) jira-events at lists.jboss.org
Thu Sep 27 15:20:40 EDT 2007


AuthorizationException not redirected properly
----------------------------------------------

                 Key: JBSEAM-1988
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1988
             Project: JBoss Seam
          Issue Type: Bug
          Components: Security
            Reporter: Samuel Mendenhall
         Assigned To: Shane Bryzak


pages.xml:
<exception class="org.jboss.seam.security.AuthorizationException">
       <redirect>
            <message>You don't have permission to do this</message>
        </redirect>
    </exception>
    
    
Should have: <redirect view-id="/error.xhtml">

Causes a redirect error in the browser otherwise.


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