From fdf46b99eb84bb09a58ef4d568538fb48ba535ee Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 14 Nov 2009 15:20:19 +0000 Subject: [PATCH] Corrected sample code for request-header authentication. --- docs/manual/src/docbook/preauth.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/manual/src/docbook/preauth.xml b/docs/manual/src/docbook/preauth.xml index 762264749f..a8fc73f57f 100644 --- a/docs/manual/src/docbook/preauth.xml +++ b/docs/manual/src/docbook/preauth.xml @@ -137,16 +137,19 @@
Siteminder Example Configuration A typical configuration using this filter would look like this: + + + + - - @@ -155,7 +158,9 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA - + + + ]]> We've assumed here that the security namespace is being used for configuration (hence the user of the custom-filter,