inverted boolean for #1033
parent
39bae3a160
commit
7177854416
|
@ -99,7 +99,7 @@ public class AuthorizationRequestFilter extends GenericFilterBean {
|
||||||
HttpSession session = request.getSession();
|
HttpSession session = request.getSession();
|
||||||
|
|
||||||
// skip everything that's not an authorize URL
|
// skip everything that's not an authorize URL
|
||||||
if (requestMatcher.matches(request)) {
|
if (!requestMatcher.matches(request)) {
|
||||||
chain.doFilter(req, res);
|
chain.doFilter(req, res);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue