Thanks Łukasz. The struts2-core-6.0.0.jar that I downloaded does not have the 
struts-6.0.dtd in it.   It has struts-2.6.dtd
Maybe it will be in the next release.
Matt

    On Thursday, July 14, 2022 at 11:13:37 AM CDT, Lukasz Lenart 
<lukaszlen...@apache.org> wrote:  
 
 czw., 14 lip 2022 o 17:52 Matt Williams
<mattwms1998...@yahoo.com.invalid> 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: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

  

Reply via email to