diff --git a/docs/reference/src/index.xml b/docs/reference/src/index.xml index a7dedc2386..8cfb626232 100644 --- a/docs/reference/src/index.xml +++ b/docs/reference/src/index.xml @@ -891,7 +891,7 @@ <bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider"> <property name="authenticationDao"><ref bean="inMemoryDaoImpl"/></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="passwordEncoder"><ref bean="passwordEncoder"/></property> </bean> @@ -2883,7 +2883,7 @@ $CATALINA_HOME/bin/startup.sh respond to say REQUIRES_HUMAN_USER configuration attributes and redirect to an appropriate entry point to start the human user validation process if the HttpSession - attribute is not currently set. + attribute is not currently set. To decide whether a security check belongs in a ChannelProcessor or an