Skip to content

Commit 2ef9dc9

Browse files
Fix unresolved xref
Issue gh-13552
1 parent 5ceea9e commit 2ef9dc9

File tree

1 file changed

+2
-2
lines changed
  • docs/modules/ROOT/pages/servlet/exploits

1 file changed

+2
-2
lines changed

Diff for: docs/modules/ROOT/pages/servlet/exploits/csrf.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The following is an overview of the aspects of CSRF protection that have changed
114114
The changes in Spring Security 6 require additional configuration for single-page applications, and as such you may find the <<csrf-integration-javascript-spa>> section particularly useful.
115115
====
116116

117-
See the xref:migration/servlet/exploits.adoc[Exploit Protection] section of the xref:migration/servlet/index.adoc[Migration] chapter for more information on migrating a Spring Security 5 application.
117+
See the https://docs.spring.io/spring-security/reference/5.8/migration/servlet/exploits.html[Exploit Protection] section of the https://docs.spring.io/spring-security/reference/5.8/migration/index.html[Migration] chapter for more information on migrating a Spring Security 5 application.
118118

119119
[[csrf-token-repository]]
120120
== Persisting the `CsrfToken`
@@ -1609,4 +1609,4 @@ You can find more information in the https://docs.spring.io/spring/docs/current/
16091609
[[csrf-further-reading]]
16101610
== Further Reading
16111611

1612-
Now that you have reviewed CSRF protection, consider learning more about xref:servlet/exploits/index.adoc[exploit protection] including xref:servlet/exploits/headers.adoc[secure headers] and the xref:servlet/exploits/firewall.adoc[HTTP firewall] or move on to learning how to xref:servlet/test/index.adoc[test] your application.
1612+
Now that you have reviewed CSRF protection, consider learning more about xref:servlet/exploits/index.adoc[exploit protection] including xref:servlet/exploits/headers.adoc[secure headers] and the xref:servlet/exploits/firewall.adoc[HTTP firewall] or move on to learning how to xref:servlet/test/index.adoc[test] your application.

0 commit comments

Comments
 (0)