jefferyxhy commented on code in PR #914:
URL: https://github.com/apache/struts/pull/914#discussion_r1562054799


##########
core/src/main/java/org/apache/struts2/config/StrutsXmlConfigurationProvider.java:
##########
@@ -54,6 +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.5.0//EN", "struts-6.5.0.dtd");

Review Comment:
   Yeah. It make sense. I've updated the naming accordingly. Thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to