From c91c61bd6ddf2f75f14c2848472107a816aa25fb Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sun, 6 Jun 2004 06:57:41 +0000 Subject: [PATCH] Minor corrections prior to release 0.51. --- docs/reference/src/index.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/reference/src/index.xml b/docs/reference/src/index.xml index da514e821d..ddf990eaea 100644 --- a/docs/reference/src/index.xml +++ b/docs/reference/src/index.xml @@ -726,13 +726,6 @@ section. - - DaoAuthenticationToken is used to - represent a successful authentication by the - DaoAuthenticationProvider. This is further - discussed below. - - PrincipalAcegiUserToken and JettyAcegiUserToken implement @@ -960,7 +953,7 @@ desired. - + Event Publishing The DaoAuthenticationProvider automatically @@ -2526,7 +2519,6 @@ $CATALINA_HOME/bin/startup.sh <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> </bean> <bean id="authenticationManager" class="net.sf.acegisecurity.providers.ProviderManager">