You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2006/04/15 17:01:08 UTC

svn commit: r394299 - /struts/action/trunk/core/src/main/java/org/apache/struts/action/ActionServlet.java

Author: wsmoak
Date: Sat Apr 15 08:01:07 2006
New Revision: 394299

URL: http://svn.apache.org/viewcvs?rev=394299&view=rev
Log:
Remove the registration for web-app_2_2.dtd, which is no longer included in struts-core.jar.

Modified:
    struts/action/trunk/core/src/main/java/org/apache/struts/action/ActionServlet.java

Modified: struts/action/trunk/core/src/main/java/org/apache/struts/action/ActionServlet.java
URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/src/main/java/org/apache/struts/action/ActionServlet.java?rev=394299&r1=394298&r2=394299&view=diff
==============================================================================
--- struts/action/trunk/core/src/main/java/org/apache/struts/action/ActionServlet.java (original)
+++ struts/action/trunk/core/src/main/java/org/apache/struts/action/ActionServlet.java Sat Apr 15 08:01:07 2006
@@ -266,8 +266,6 @@
             "/org/apache/struts/resources/struts-config_1_2.dtd",
             "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN",
             "/org/apache/struts/resources/struts-config_1_3.dtd",
-            "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN",
-            "/org/apache/struts/resources/web-app_2_2.dtd",
             "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN",
             "/org/apache/struts/resources/web-app_2_3.dtd"
         };



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