There was an error while loading. Please reload this page.
1 parent 17a3cb3 commit 4429113Copy full SHA for 4429113
logout/README.adoc
@@ -106,7 +106,7 @@ private Filter csrfHeaderFilter() {
106
return new OncePerRequestFilter() {
107
@Override
108
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response,
109
- FilterChain filterChain) throws ServletException, IOExeption {
+ FilterChain filterChain) throws ServletException, IOException {
110
CsrfToken csrf = (CsrfToken) request.getAttribute(CsrfToken.class.getName());
111
if (csrf != null) {
112
Cookie cookie = WebUtils.getCookie(request, "XSRF-TOKEN");
0 commit comments