Skip to content

Commit b79aa7c

Browse files
ghustajzheaux
authored andcommitted
Update Link to CRSF Docs in FAQ
Signed-off-by: Guillaume Husta <guillaume.husta@gmail.com>
1 parent 522c48b commit b79aa7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/modules/ROOT/pages/servlet/appendix

docs/modules/ROOT/pages/servlet/appendix/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ If you have trouble working out where a session is being created, you can add so
319319
[[appendix-faq-forbidden-csrf]]
320320
=== I get a 403 Forbidden when performing a POST. What is wrong?
321321

322-
If an HTTP 403 Forbidden error is returned for HTTP POST, but it works for HTTP GET, the issue is most likely related to https://docs.spring.io/spring-security/site/docs/3.2.x/reference/htmlsingle/#csrf[CSRF]. Either provide the CSRF Token or disable CSRF protection (the latter is not recommended).
322+
If an HTTP 403 Forbidden error is returned for HTTP POST, but it works for HTTP GET, the issue is most likely related to xref:features/exploits/csrf.adoc#csrf[CSRF]. Either provide the CSRF Token or disable CSRF protection (the latter is not recommended).
323323

324324
[[appendix-faq-no-security-on-forward]]
325325
=== I am forwarding a request to another URL by using the RequestDispatcher, but my security constraints are not being applied.

0 commit comments

Comments
 (0)