czw., 14 lip 2022 o 17:52 Matt Williams <[email protected]> napisał(a): > When upgrading to Struts 6.0.0, are we supposed to use/reference the > struts-6.0.dtd? I get WARN logs that the DTD is missing.
It's not required to use the new struts-6.0.dtd until you are not using a new <bean-selection> tag (mostly used when developing plugins with additional extension points). Also please check if you have a proper header in your struts.xml (as provided below). All DTDs are embedded into a jar and available online https://struts.apache.org/dtds/ <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 6.0//EN" "http://struts.apache.org/dtds/struts-6.0.dtd"> Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

