mirror of https://github.com/apache/archiva.git
[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:
parent
966e374f6c
commit
09fff6ad6e
|
@ -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 )
|
||||||
|
|
Loading…
Reference in New Issue