MCPcopy Create free account
hub / github.com/diyhi/bbs / matches

Method matches

src/main/java/cms/security/MyAntPathRequestMatcher.java:210–210  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

208
209 private static interface Matcher {
210 boolean matches(String path);
211 }
212
213 private static class SpringAntMatcher implements Matcher {

Callers 15

validURLMethod · 0.95
writeHeadersMethod · 0.65
doFilterInternalMethod · 0.65
authorizeMethod · 0.65
isNumericMethod · 0.65
isDoubleMethod · 0.65
isPositiveDoubleMethod · 0.65
isNumberMethod · 0.65
isPositiveIntegerMethod · 0.65
isPositiveIntegerZeroMethod · 0.65
isAmountMethod · 0.65
isDiscountMethod · 0.65

Implementers 3

SpringAntMatchersrc/main/java/cms/security/MyAntPathRe
SubpathMatchersrc/main/java/cms/security/MyAntPathRe
MyAntPathRequestMatchersrc/main/java/cms/security/MyAntPathRe

Calls

no outgoing calls

Tested by

no test coverage detected