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

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Jan 13 10:55:30 EST 2010


     [ https://jira.jboss.org/jira/browse/JBIDE-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Viacheslav Kabanovich updated JBIDE-5660:
-----------------------------------------

    Fix Version/s: 3.1.0.CR2
                       (was: 3.2.next)


Easy fix.

> 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: Feature Request
>          Components: JSF
>    Affects Versions: 3.1.0.CR1
>         Environment: Eclipse 3.5 and higher, JBoss Tools 3.1.0.CR1
>            Reporter: Oleg Varaksin
>            Assignee: Viacheslav Kabanovich
>            Priority: Minor
>             Fix For: 3.1.0.CR2
>
>         Attachments: errorPageLocationNotRecognized1.jpg, errorPageLocationNotRecognized2.jpg
>
>
> Example
> That works fine
> <error-page>
> 	  <error-code>403</error-code>
> 	  <location>/views/error/error.xhtml</location>
> </error-page>
> That is not recognized, although the location is valid
> <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