Am 18.04.24 um 08:52 schrieb Lukasz Lenart:
czw., 18 kwi 2024 o 08:40i...@flyingfischer.ch
<i...@flyingfischer.ch>  napisał(a):
Yes, struts2-tiles-plugin-6.4.0.jar is present. It is the same setup as
with 6.3.0
This is the only change related to loading Tiles definition, maybe it
will help you

https://issues.apache.org/jira/browse/WW-5402
https://github.com/apache/struts/pull/896


My tiles definition remains unchanged under

/WEB-INF/tiles.xml

If I see this correctly, these changes do not include this situation?

https://github.com/apache/struts/pull/896/commits/c7ae614824b4c158b9998575294d94fe9a746c41

 @Deprecated
String TILES_DEFAULT_PATTERN = "/WEB-INF/**/tiles*.xml,classpath*:META-INF/**/tiles*.xml";


    public static final Set<String> TILES_DEFAULT_PATTERNS = Collections.unmodifiableSet(new HashSet<>(Arrays.asList(
            "/WEB-INF/**/tiles*.xml",
            "classpath*:META-INF/**/tiles*.xml"
    )));


This seems to be a breaking change?




Cheers
Lukasz

---------------------------------------------------------------------
To unsubscribe, e-mail:dev-unsubscr...@struts.apache.org
For additional commands, e-mail:dev-h...@struts.apache.org

Reply via email to