Skip to content

Commit 4429113

Browse files
author
Dave Syer
committed
Fix typo in class name
1 parent 17a3cb3 commit 4429113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logout/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private Filter csrfHeaderFilter() {
106106
return new OncePerRequestFilter() {
107107
@Override
108108
protected void doFilterInternal(HttpServletRequest request, HttpServletResponse response,
109-
FilterChain filterChain) throws ServletException, IOExeption {
109+
FilterChain filterChain) throws ServletException, IOException {
110110
CsrfToken csrf = (CsrfToken) request.getAttribute(CsrfToken.class.getName());
111111
if (csrf != null) {
112112
Cookie cookie = WebUtils.getCookie(request, "XSRF-TOKEN");

0 commit comments

Comments
 (0)