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