From 70d02a08f53a7b140f86de5db4908b376d281a5f Mon Sep 17 00:00:00 2001 From: Henning Poettker Date: Mon, 21 Mar 2022 18:59:01 +0100 Subject: [PATCH] Fix links to Spring Security Reference Guide --- .../spring-boot-docs/src/docs/asciidoc/data/sql.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc index 80ebc5a27740..a449894d13e6 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/data/sql.adoc @@ -345,7 +345,7 @@ If your application uses Spring Security, you need to configure it to * disable CSRF protection for requests against the console, * set the header `X-Frame-Options` to `SAMEORIGIN` on responses from the console. -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. +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. In simple setups, a `SecurityFilterChain` like the following can be used: