[
https://jira.jboss.org/browse/JBIDE-5975?page=com.atlassian.jira.plugin.s...
]
Max Rydahl Andersen resolved JBIDE-5975.
----------------------------------------
Resolution: Done
web.xml editor doesn't work for <web-app ...
version="3.0">
-----------------------------------------------------------
Key: JBIDE-5975
URL:
https://jira.jboss.org/browse/JBIDE-5975
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: XML Structured Editor
Affects Versions: 3.1.0.CR2
Reporter: Juergen Zimmermann
Assignee: Viacheslav Kabanovich
Fix For: 3.2.0.M1
JavaEE 6 contains Servlet 3.0 and is supported by JBossAS 6.0.0.M2.
However, the web.xml editor cannot show the tree view when WEB-INF/web.xml contains:
<web-app
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0">
There are two changes regarding the Servlet 2.5 spec:
* web-app_3_0.xsd and
* version="3.0"
--
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