Document icons pattern

Closes gh-50083
This commit is contained in:
Andy Wilkinson
2026-04-16 08:57:53 +01:00
parent 1463686128
commit 43a593276f
@@ -48,7 +48,8 @@ public enum StaticResourceLocation {
WEB_JARS("/webjars/**"),
/**
* The {@code "favicon.ico"} resource.
* The {@code "favicon.ico"} resource and resources matching
* <code>"&sol;*&sol;icon-*"</code>.
*/
FAVICON("/favicon.*", "/*/icon-*");