Deprecate use of PathMatcher and UrlPathHelper in web
Closes gh-34018
This commit is contained in:
@@ -71,6 +71,7 @@ class UrlBasedCorsConfigurationSourceTests {
|
||||
.isThrownBy(() -> source.getCorsConfigurations().put("/**", new CorsConfiguration()));
|
||||
}
|
||||
|
||||
@SuppressWarnings("removal")
|
||||
@Test
|
||||
void allowInitLookupPath() {
|
||||
CorsConfiguration config = new CorsConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user