Skip to content

Commit 22eb301

Browse files
hpoettkerwilkinsona
authored andcommitted
Fix links to Spring Security Reference Guide
See gh-30349
1 parent 9de234f commit 22eb301

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/data

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ If your application uses Spring Security, you need to configure it to
345345
* disable CSRF protection for requests against the console,
346346
* set the header `X-Frame-Options` to `SAMEORIGIN` on responses from the console.
347347

348-
More information on {spring-security-docs}#csrf[CSRF] and the header {spring-security-docs}#headers-frame-options[X-Frame-Options] can be found in the Spring Security Reference Guide.
348+
More information on {spring-security-docs}/features/exploits/csrf.html[CSRF] and the header {spring-security-docs}/features/exploits/headers.html#headers-frame-options[X-Frame-Options] can be found in the Spring Security Reference Guide.
349349

350350
In simple setups, a `SecurityFilterChain` like the following can be used:
351351

0 commit comments

Comments
 (0)