mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-22 03:52:15 +00:00
SEC-1703: Updated cas custom-filter@ref to match example bean id and custom-filter@position to be CAS_FILTER
This commit is contained in:
parent
198d5d0482
commit
f6b21880a2
@ -275,7 +275,7 @@
|
|||||||
<programlisting><![CDATA[
|
<programlisting><![CDATA[
|
||||||
<security:http entry-point-ref="casEntryPoint">
|
<security:http entry-point-ref="casEntryPoint">
|
||||||
...
|
...
|
||||||
<custom-filter position="FORM_LOGIN_FILTER" ref="myFilter" />
|
<custom-filter position="CAS_FILTER" ref="casFilter" />
|
||||||
</security:http>
|
</security:http>
|
||||||
|
|
||||||
<bean id="casFilter"
|
<bean id="casFilter"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user