[jbosstools-issues] [JBoss JIRA] Updated: (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:14:37 EST 2010


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

Oleg Varaksin updated JBIDE-5660:
---------------------------------

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


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




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