Skip to content

Commit 43a5932

Browse files
committed
Document icons pattern
Closes gh-50083
1 parent 1463686 commit 43a5932

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/StaticResourceLocation.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public enum StaticResourceLocation {
4848
WEB_JARS("/webjars/**"),
4949

5050
/**
51-
* The {@code "favicon.ico"} resource.
51+
* The {@code "favicon.ico"} resource and resources matching
52+
* <code>"&sol;*&sol;icon-*"</code>.
5253
*/
5354
FAVICON("/favicon.*", "/*/icon-*");
5455

0 commit comments

Comments
 (0)