Skip to content

Commit

Permalink
Fix content filter bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnNiang committed May 6, 2019
1 parent d16a1f8 commit 147b8ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ protected String getTokenFromRequest(HttpServletRequest request) {
@Override
protected void doAuthenticate(HttpServletRequest request, HttpServletResponse response, FilterChain filterChain) throws ServletException, IOException {
// Do nothing
return;
filterChain.doFilter(request, response);
}
}

0 comments on commit 147b8ce

Please sign in to comment.