You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2013/07/07 07:36:33 UTC

svn commit: r1500371 - /tomcat/trunk/test/webapp-2.4/WEB-INF/web.xml

Author: violetagg
Date: Sun Jul  7 05:36:33 2013
New Revision: 1500371

URL: http://svn.apache.org/r1500371
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55204
Fix namespace. Patch provided by Jeremy Boynes

Modified:
    tomcat/trunk/test/webapp-2.4/WEB-INF/web.xml

Modified: tomcat/trunk/test/webapp-2.4/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp-2.4/WEB-INF/web.xml?rev=1500371&r1=1500370&r2=1500371&view=diff
==============================================================================
--- tomcat/trunk/test/webapp-2.4/WEB-INF/web.xml (original)
+++ tomcat/trunk/test/webapp-2.4/WEB-INF/web.xml Sun Jul  7 05:36:33 2013
@@ -15,10 +15,10 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<web-app xmlns="http://java.sun.com/xml/ns/javaee"
+<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
   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_2_4.xsd"
+  xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
+                      http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
   version="2.4">
   <display-name>Tomcat Servlet 2.4 Tests</display-name>
   <description>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org