SEC-1598: Removed invalid properties from SessionFixationProtectionStrategy bean declaration in Session Management chapter docbook.
This commit is contained in:
@@ -50,10 +50,7 @@
|
|||||||
</beans:bean>
|
</beans:bean>
|
||||||
|
|
||||||
<beans:bean id="sas"
|
<beans:bean id="sas"
|
||||||
class="org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy">
|
class="org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy"/>
|
||||||
<beans:property name="sessionRegistry" ref="sessionRegistry" />
|
|
||||||
<beans:property name="maximumSessions" value="1" />
|
|
||||||
</beans:bean>
|
|
||||||
]]>
|
]]>
|
||||||
</programlisting></para>
|
</programlisting></para>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user