Skip to content

Commit c836c71

Browse files
committed
Fix typo in reactive CSRF docs
1 parent 10dce79 commit c836c71

File tree

1 file changed

+1
-1
lines changed
  • docs/manual/src/docs/asciidoc/_includes/reactive/exploits

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/reactive/exploits/csrf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For example, it might be desirable to persist the `CsrfToken` in a cookie to <<w
3232
By default the `CookieServerCsrfTokenRepository` will write to a cookie named `XSRF-TOKEN` and read it from a header named `X-XSRF-TOKEN` or the HTTP parameter `_csrf`.
3333
These defaults come from https://docs.angularjs.org/api/ng/service/$http#cross-site-request-forgery-xsrf-protection[AngularJS]
3434

35-
You can configure `CookieCsrfTokenRepository` in Java Configuration using:
35+
You can configure `CookieServerCsrfTokenRepository` in Java Configuration using:
3636

3737
.Store CSRF Token in a Cookie
3838
====

0 commit comments

Comments
 (0)