[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-5660) Location of error-page in web.xml is not recognized with query string

Oleg Varaksin (JIRA) jira-events at lists.jboss.org
Tue Jan 12 08:08:30 EST 2010


Location of error-page in web.xml is not recognized with query string
---------------------------------------------------------------------

                 Key: JBIDE-5660
                 URL: https://jira.jboss.org/jira/browse/JBIDE-5660
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JSF
    Affects Versions: 3.1.0.CR1
         Environment: Eclipse 3.5 and higher, JBoss Tools 3.1.0.CR1
            Reporter: Oleg Varaksin
            Priority: Minor


Example

That works fine
<error-page>
	<error-code>403</error-code>
	<location>/views/error/error.xhtml</location>
</error-page>

That is not recognized
<error-page>
	<error-code>403</error-code>
	<location>/views/error/error.xhtml?statusCode=403</location>
</error-page>

See screenshots


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list