File tree 1 file changed +4
-1
lines changed
web/src/main/java/org/springframework/security/web/util/matcher
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2024 the original author or authors.
2
+ * Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
23
23
import jakarta .servlet .http .HttpServletRequest ;
24
24
25
25
import org .springframework .http .HttpMethod ;
26
+ import org .springframework .security .web .servlet .util .matcher .PathPatternRequestMatcher ;
26
27
import org .springframework .util .AntPathMatcher ;
27
28
import org .springframework .util .Assert ;
28
29
import org .springframework .util .StringUtils ;
53
54
* @author Manuel Jordan
54
55
* @since 3.1
55
56
* @see org.springframework.util.AntPathMatcher
57
+ * @deprecated please use {@link PathPatternRequestMatcher} instead
56
58
*/
59
+ @ Deprecated (forRemoval = true )
57
60
public final class AntPathRequestMatcher implements RequestMatcher , RequestVariablesExtractor {
58
61
59
62
private static final String MATCH_ALL = "/**" ;
You can’t perform that action at this time.
0 commit comments