File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
web/src/main/java/org/springframework/security/web/util/matcher Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 2323import java .util .Objects ;
2424
2525import jakarta .servlet .http .HttpServletRequest ;
26- import org .apache .commons .logging .Log ;
27- import org .apache .commons .logging .LogFactory ;
2826
2927import org .springframework .util .Assert ;
3028
3735 */
3836public final class AndRequestMatcher implements RequestMatcher {
3937
40- private final Log logger = LogFactory .getLog (getClass ());
41-
4238 private final List <RequestMatcher > requestMatchers ;
4339
4440 /**
Original file line number Diff line number Diff line change 1717package org .springframework .security .web .util .matcher ;
1818
1919import jakarta .servlet .http .HttpServletRequest ;
20- import org .apache .commons .logging .Log ;
21- import org .apache .commons .logging .LogFactory ;
2220
2321import org .springframework .util .Assert ;
2422
3331 */
3432public class NegatedRequestMatcher implements RequestMatcher {
3533
36- private final Log logger = LogFactory .getLog (getClass ());
37-
3834 private final RequestMatcher requestMatcher ;
3935
4036 /**
You can’t perform that action at this time.
0 commit comments