WW-5409 update new dtd from 6.4.0 to 6.5.0

This commit is contained in:
Jeffery Xie
2024-04-11 15:07:25 +10:00
parent bf5f29132b
commit 4088f2ee2b
4 changed files with 7 additions and 7 deletions
@@ -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?)>
@@ -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"/>
@@ -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"/>