mirror of https://github.com/apache/archiva.git
log when initservers is done
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1131451 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0848bc6475
commit
8ad78e8f02
|
@ -54,7 +54,6 @@ import java.util.Map;
|
|||
/**
|
||||
* RepositoryServlet
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class RepositoryServlet
|
||||
extends AbstractWebdavServlet
|
||||
|
@ -190,6 +189,8 @@ public class RepositoryServlet
|
|||
HttpAuthenticator httpAuth = wac.getBean( "httpAuthenticator#basic", HttpAuthenticator.class );
|
||||
|
||||
sessionProvider = new ArchivaDavSessionProvider( servletAuth, httpAuth );
|
||||
|
||||
log.info( "initServers done" );
|
||||
}
|
||||
|
||||
public void configurationEvent( ConfigurationEvent event )
|
||||
|
|
Loading…
Reference in New Issue