SEC-1613: Corrected preauth docs.
This commit is contained in:
parent
4f51eb09c0
commit
6b691f6fc0
|
@ -146,7 +146,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=
|
||||||
|
|
Loading…
Reference in New Issue