Explorar el Código

SEC-1703: Updated cas custom-filter@ref to match example bean id and custom-filter@position to be CAS_FILTER

Rob Winch hace 14 años
padre
commit
f6b21880a2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/manual/src/docbook/cas-auth-provider.xml

+ 1 - 1
docs/manual/src/docbook/cas-auth-provider.xml

@@ -275,7 +275,7 @@
       <programlisting><![CDATA[
 <security:http entry-point-ref="casEntryPoint">
    ...
-   <custom-filter position="FORM_LOGIN_FILTER" ref="myFilter" />
+   <custom-filter position="CAS_FILTER" ref="casFilter" />
 </security:http>
 
 <bean id="casFilter"