From 988e97e366866fcd02cdc6f2af29040c87958682 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 30 Jul 2013 11:09:16 -0500 Subject: [PATCH] SEC-2230: Polish headers reference --- docs/manual/src/docbook/namespace-config.xml | 22 +++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/docs/manual/src/docbook/namespace-config.xml b/docs/manual/src/docbook/namespace-config.xml index 8153b1fc54..cad1a2ba66 100644 --- a/docs/manual/src/docbook/namespace-config.xml +++ b/docs/manual/src/docbook/namespace-config.xml @@ -614,24 +614,36 @@ List<OpenIDAttribute> attributes = token.getAttributes();The A lot of different attacks to hijack content, sessions or connections are available and lately browsers (optionally) can help to prevent those attacks. To enable these features we need to send some additional headers to the client. Spring Security allows for easy configuration for several headers. + + + ]]> + + + Specifying the single headers element adds all the explicitly supported headers + with their default settings. If you only want select headers to be added, + you can add one or more of the child elements as shown below. - - - -
+ <-- Adds HTTP Strict Transport Security (HSTS) for secure requests --> + + + + + ]]> - For additional information refer to headers section of the Security Namespace appendix. + For additional information on how to customize the headers element refer to the headers + section of the Security Namespace appendix.
Adding in Your Own Filters