SEC-1613: Corrected preauth docs.

This commit is contained in:
Luke Taylor 2010-11-04 14:34:02 +00:00
parent 0bdc9c176b
commit 979ea63980

View File

@ -139,7 +139,7 @@
<para> A typical configuration using this filter would look like this: <programlisting><![CDATA[ <para> A typical configuration using this filter would look like this: <programlisting><![CDATA[
<security:http> <security:http>
<!-- Additional http configuration omitted --> <!-- Additional http configuration omitted -->
<security:custom-filter ref="siteminderFilter" /> <security:custom-filter position="PRE_AUTH_FILTER" ref="siteminderFilter" />
</security:http> </security:http>
<bean id="siteminderFilter" class= <bean id="siteminderFilter" class=