missing fix for latest commit

pull/402/head
Michael Peter Christen 4 years ago
parent 3213d9db37
commit 4e9b425f98

@ -126,12 +126,6 @@ public class InetPathAccessHandler extends InetAccessHandler {
public static void checkPattern(final String pattern) throws IllegalArgumentException {
new InetPathAccessHandler().include(pattern);
}
@Override
protected boolean isAllowed(final InetAddress address, final HttpServletRequest request) {
return isAllowed(address, request.getPathInfo());
}
/**
* Check whether the given address and path are allowed by current rules.
*

Loading…
Cancel
Save