[
https://jira.jboss.org/browse/JBIDE-7340?page=com.atlassian.jira.plugin.s...
]
Alexey Kazakov updated JBIDE-7340:
----------------------------------
Assignee: Viacheslav Kabanovich
Fix Version/s: 3.2.0.Beta2
Component/s: JSF
False reporting of "error:Attribute location references.."
for web.xml when using JSF Capabilities
--------------------------------------------------------------------------------------------------
Key: JBIDE-7340
URL:
https://jira.jboss.org/browse/JBIDE-7340
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.GA
Reporter: Mike Clark
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.Beta2
Attachments: poc.zip
With the JSF Facet included, a web.xml containing a location
<error-page>
<exception-type>java.lang.Throwable</exception-type>
<location>/error</location>
</error-page>
is indicated as an error with the message "Attribute location references to /error
that does note exist in web content." even though the web.xml does contain the
mapping:
<servlet-mapping>
<servlet-name>Error Servlet</servlet-name>
<url-pattern>/error</url-pattern>
</servlet-mapping>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira