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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to