This commit extract spring-related links and recurring external links into asciidoctor attributes to be used by the Antora toolchain. It notably homogenizes links to: - IETF RFCs - Java Community Process JSRs - the Java API Documentation (on the Java 17 version) - Kotlin documentations (on the Kotlinlang.org version) - the Spring Boot reference guide (on the `html` version) This commit also reworks most link attributes to follow a Project-Category-Misc syntax. For example, `spring-boot-docs` rather than `docs-spring-boot`. Finally, it makes an effort to clean up remainders from the previous documentation toolchain, namely the `docs/asciidoc` folder and `modules/ROOT/pages/attributes.adoc` file. Closes gh-26864 Closes gh-31619
21 lines
772 B
Plaintext
21 lines
772 B
Plaintext
[[mvc-web-security]]
|
|
= Web Security
|
|
:page-section-summary-toc: 1
|
|
|
|
[.small]#xref:web/webflux/security.adoc[See equivalent in the Reactive stack]#
|
|
|
|
The {spring-site-projects}/spring-security[Spring Security] project provides support
|
|
for protecting web applications from malicious exploits. See the Spring Security
|
|
reference documentation, including:
|
|
|
|
* {docs-spring-security}/servlet/integrations/mvc.html[Spring MVC Security]
|
|
* {docs-spring-security}/servlet/test/mockmvc/setup.html[Spring MVC Test Support]
|
|
* {docs-spring-security}/features/exploits/csrf.html#csrf-protection[CSRF protection]
|
|
* {docs-spring-security}/features/exploits/headers.html[Security Response Headers]
|
|
|
|
https://hdiv.org/[HDIV] is another web security framework that integrates with Spring MVC.
|
|
|
|
|
|
|
|
|