File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
web/src/main/java/org/springframework/security/web/util/matcher Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2024 the original author or authors.
2+ * Copyright 2002-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
2323import jakarta .servlet .http .HttpServletRequest ;
2424
2525import org .springframework .http .HttpMethod ;
26+ import org .springframework .security .web .servlet .util .matcher .PathPatternRequestMatcher ;
2627import org .springframework .util .AntPathMatcher ;
2728import org .springframework .util .Assert ;
2829import org .springframework .util .StringUtils ;
5354 * @author Manuel Jordan
5455 * @since 3.1
5556 * @see org.springframework.util.AntPathMatcher
57+ * @deprecated please use {@link PathPatternRequestMatcher} instead
5658 */
59+ @ Deprecated (forRemoval = true )
5760public final class AntPathRequestMatcher implements RequestMatcher , RequestVariablesExtractor {
5861
5962 private static final String MATCH_ALL = "/**" ;
You can’t perform that action at this time.
0 commit comments