Corrected typo as spotted by Tim Kettering.
This commit is contained in:
parent
8713d4d52c
commit
9b0ce184ca
|
@ -891,7 +891,7 @@
|
||||||
<para><programlisting><bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider">
|
<para><programlisting><bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider">
|
||||||
<property name="authenticationDao"><ref bean="inMemoryDaoImpl"/></property>
|
<property name="authenticationDao"><ref bean="inMemoryDaoImpl"/></property>
|
||||||
<property name="key"><value>my_password</value></property>
|
<property name="key"><value>my_password</value></property>
|
||||||
<property name="refreshTokenInterval><value>60000</value></property>
|
<property name="refreshTokenInterval"><value>60000</value></property>
|
||||||
<property name="saltSource"><ref bean="saltSource"/></property>
|
<property name="saltSource"><ref bean="saltSource"/></property>
|
||||||
<property name="passwordEncoder"><ref bean="passwordEncoder"/></property>
|
<property name="passwordEncoder"><ref bean="passwordEncoder"/></property>
|
||||||
</bean></programlisting></para>
|
</bean></programlisting></para>
|
||||||
|
@ -2883,7 +2883,7 @@ $CATALINA_HOME/bin/startup.sh</programlisting></para>
|
||||||
respond to say <literal>REQUIRES_HUMAN_USER</literal> configuration
|
respond to say <literal>REQUIRES_HUMAN_USER</literal> configuration
|
||||||
attributes and redirect to an appropriate entry point to start the
|
attributes and redirect to an appropriate entry point to start the
|
||||||
human user validation process if the <literal>HttpSession</literal>
|
human user validation process if the <literal>HttpSession</literal>
|
||||||
attribute is not currently set. </para>
|
attribute is not currently set.</para>
|
||||||
|
|
||||||
<para>To decide whether a security check belongs in a
|
<para>To decide whether a security check belongs in a
|
||||||
<literal>ChannelProcessor</literal> or an
|
<literal>ChannelProcessor</literal> or an
|
||||||
|
|
Loading…
Reference in New Issue