mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Polish "Include /fonts/** to common static locations"
See gh-46208
This commit is contained in:
+1
@@ -51,6 +51,7 @@ class StaticResourceRequestTests {
|
||||
assertMatcher(matcher).matches("/favicon.ico");
|
||||
assertMatcher(matcher).matches("/favicon.png");
|
||||
assertMatcher(matcher).matches("/icons/icon-48x48.png");
|
||||
assertMatcher(matcher).matches("/fonts/font.woff2");
|
||||
assertMatcher(matcher).doesNotMatch("/bar");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user