Browse Source

SEC-1613: Corrected preauth docs.

Luke Taylor 15 năm trước cách đây
mục cha
commit
6b691f6fc0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/manual/src/docbook/preauth.xml

+ 1 - 1
docs/manual/src/docbook/preauth.xml

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