[MRM-336]: Repository Admin - "Index Repository" appears to not do anything.

"Get your filthy hands off my you damned dirty NPEs!"

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@538405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Joakim Erdfelt 2007-05-16 02:01:24 +00:00
parent 966e374f6c
commit 09fff6ad6e
1 changed files with 2 additions and 2 deletions

View File

@ -99,10 +99,10 @@ public class RepositoryServlet
httpAuth = (HttpAuthenticator) lookup( HttpAuthenticator.ROLE, "basic" ); httpAuth = (HttpAuthenticator) lookup( HttpAuthenticator.ROLE, "basic" );
audit = (AuditLog) lookup( AuditLog.ROLE ); audit = (AuditLog) lookup( AuditLog.ROLE );
updateRepositoryMap();
configuration = (ArchivaConfiguration) lookup( ArchivaConfiguration.class.getName() ); configuration = (ArchivaConfiguration) lookup( ArchivaConfiguration.class.getName() );
configuration.addChangeListener( this ); configuration.addChangeListener( this );
updateRepositoryMap();
} }
public void initServers( ServletConfig servletConfig ) public void initServers( ServletConfig servletConfig )