hi! I'm getting the following warning:

[WARN ] 2022-09-26 22:46:37.547 [main] (DomHelper.java:355) - Local DTD is
missing for publicID: -//Apache Software Foundation//DTD Struts
Configuration 2.6//EN - defined mappings: {-//Apache Software
Foundation//DTD Struts Configuration 2.0//EN=struts-2.0.dtd, -//Apache
Software Foundation//DTD Struts Configuration 2.1//EN=struts-2.1.dtd,
-//Apache Software Foundation//DTD Struts Configuration
2.3//EN=struts-2.3.dtd, -//Apache Software Foundation//DTD Struts
Configuration 2.1.7//EN=struts-2.1.7.dtd, -//Apache Software
Foundation//DTD Struts Configuration 2.5//EN=struts-2.5.dtd, -//Apache
Software Foundation//DTD Struts Configuration 6.0//EN=struts-6.0.dtd}

followed by an exception:

[ERROR] 2022-09-26 22:46:37.594 [main] (Dispatcher.java:565) - Dispatcher
initialization failed
com.opensymphony.xwork2.config.ConfigurationException: Unable to load
configuration.
...
Caused by: java.io.FileNotFoundException:
http://struts.apache.org/dtds/struts-2.6.dtd

the problem seems to be related to a struts2-jquery-plugin dependency:
struts2-velocity-plugin:6.0.0, because it tries to use a non-existent DTD
(404): http://struts.apache.org/dtds/struts-2.6.dtd

thanks!

Reply via email to