[
https://issues.jboss.org/browse/JBIDE-11248?page=com.atlassian.jira.plugi...
]
Alexey Kazakov resolved JBIDE-11248.
------------------------------------
Resolution: Done
Cody, please reopen the issue if you still can reproduce it.
Thanks.
Invalid web.xml warning for welcome-file and error-page
-------------------------------------------------------
Key: JBIDE-11248
URL:
https://issues.jboss.org/browse/JBIDE-11248
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 3.3.0.M5
Environment: Nightly Build as of 3/8/2012
Reporter: Cody Lerum
Assignee: Viacheslav Kabanovich
Fix For: 3.4.0.M1
Attachments: .project, org.eclipse.wst.common.project.facet.core.xml
web.xml shows warning "file name references to login.jsp that does not exist in web
content"
for
{code}
<welcome-file-list>
<welcome-file>login.jsf</welcome-file>
</welcome-file-list>
{code}
and "location references to /error/403.jsp that does not exist in web content"
for
{code}
<error-page>
<error-code>403</error-code>
<location>/error/403.jsf</location>
</error-page>
{code}
This just changed in a recent nightly and the actual pages are .xhtml not jsp
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira