Github user aleksandr-m commented on the pull request: https://github.com/apache/struts/pull/94#issuecomment-205429031 In 2.3.28 `StrutsWildcardServletTilesApplicationContext` produces something like that: > org.apache.struts2.tiles.StrutsTilesListener - Starting Struts Tiles 2 integration ... > org.apache.struts2.tiles.StrutsTilesInitializer - Initializing Tiles wildcard support ... > org.apache.struts2.tiles.StrutsWildcardServletTilesApplicationContext: > > url= file:/path/to/webapps/app/img/ > url= file:/path/to/webapps/app/js/ > url= file:/path/to/webapps/app/META-INF/ > url= file:/path/to/webapps/app/index.jsp > url= file:/path/to/webapps/app/WEB-INF/ > url= file:/path/to/webapps/app/css/ > url= file:/path/to/webapps/app/favicon.ico And `ResourceFinder#getResourcesMap` won't look into sub-folders, meaning that `**/tiles` pattern is irrelevant in such case.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org