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

Jiri Peterka (JIRA) jira-events at lists.jboss.org
Mon Mar 15 10:57:38 EDT 2010


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

Jiri Peterka closed JBIDE-5660.
-------------------------------

    Assignee: Jiri Peterka  (was: Viacheslav Kabanovich)


Verified in JBDS 3.0.0 GA #50, Linux 32

> 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: Jiri Peterka
>            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