mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-5409 update new dtd from 6.4.0 to 6.5.0
This commit is contained in:
@@ -54,7 +54,7 @@ public class StrutsXmlConfigurationProvider extends XmlConfigurationProvider {
|
||||
put("-//Apache Software Foundation//DTD Struts Configuration 2.3//EN", "struts-2.3.dtd");
|
||||
put("-//Apache Software Foundation//DTD Struts Configuration 2.5//EN", "struts-2.5.dtd");
|
||||
put("-//Apache Software Foundation//DTD Struts Configuration 6.0//EN", "struts-6.0.dtd");
|
||||
put("-//Apache Software Foundation//DTD Struts Configuration 6.4.0//EN", "struts-6.4.0.dtd");
|
||||
put("-//Apache Software Foundation//DTD Struts Configuration 6.5.0//EN", "struts-6.5.0.dtd");
|
||||
}});
|
||||
private File baseDir = null;
|
||||
private final String filename;
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
Use the following DOCTYPE
|
||||
|
||||
<!DOCTYPE struts PUBLIC
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 6.4.0//EN"
|
||||
"https://struts.apache.org/dtds/struts-6.4.0.dtd">
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 6.5.0//EN"
|
||||
"https://struts.apache.org/dtds/struts-6.5.0.dtd">
|
||||
-->
|
||||
|
||||
<!ELEMENT struts ((package|include|bean|constant)*,bean-selection?, unknown-handler-stack?)>
|
||||
+2
-2
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
-->
|
||||
<!DOCTYPE struts PUBLIC
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 6.4.0//EN"
|
||||
"struts-6.4.0.dtd">
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 6.5.0//EN"
|
||||
"struts-6.5.0.dtd">
|
||||
<struts>
|
||||
<package name="default" namespace="/default">
|
||||
<action name="default" class="com.opensymphony.xwork2.ActionSupport"/>
|
||||
|
||||
+2
-2
@@ -20,8 +20,8 @@
|
||||
*/
|
||||
-->
|
||||
<!DOCTYPE struts PUBLIC
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 6.4.0//EN"
|
||||
"struts-6.4.0.dtd">
|
||||
"-//Apache Software Foundation//DTD Struts Configuration 6.5.0//EN"
|
||||
"struts-6.5.0.dtd">
|
||||
<struts>
|
||||
<package name="default" namespace="/default">
|
||||
<action name="default" class="com.opensymphony.xwork2.ActionSupport"/>
|
||||
|
||||
Reference in New Issue
Block a user