mirror of https://github.com/apache/archiva.git
hack not anymore needed spring 3.2 is faster
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1429424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
007258a9ed
commit
e53a2d0490
|
@ -28,11 +28,6 @@
|
|||
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
|
||||
</listener>
|
||||
|
||||
<context-param>
|
||||
<param-name>contextClass</param-name>
|
||||
<param-value>org.apache.archiva.redback.components.springutils.CachingWebApplicationContext</param-value>
|
||||
</context-param>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>RssFeedServlet</servlet-name>
|
||||
<servlet-class>org.apache.archiva.web.rss.RssFeedServlet</servlet-class>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
<alias name="userConfiguration#archiva" alias="userConfiguration#default" />
|
||||
|
||||
<alias name="authorizer#rbac" alias="authorizer#default"/>
|
||||
<alias name="authorizer#archiva" alias="authorizer#default"/>
|
||||
|
||||
<bean id="loggerManager" class="org.codehaus.plexus.logging.slf4j.Slf4jLoggerManager"
|
||||
init-method="initialize"/>
|
||||
|
|
|
@ -30,10 +30,6 @@
|
|||
<listener>
|
||||
<listener-class>org.apache.archiva.webdav.util.MavenIndexerCleaner</listener-class>
|
||||
</listener>
|
||||
<context-param>
|
||||
<param-name>contextClass</param-name>
|
||||
<param-value>org.apache.archiva.redback.components.springutils.CachingWebApplicationContext</param-value>
|
||||
</context-param>
|
||||
|
||||
<context-param>
|
||||
<param-name>contextConfigLocation</param-name>
|
||||
|
|
|
@ -30,10 +30,7 @@
|
|||
<listener>
|
||||
<listener-class>org.apache.archiva.webdav.util.MavenIndexerCleaner</listener-class>
|
||||
</listener>
|
||||
<context-param>
|
||||
<param-name>contextClass</param-name>
|
||||
<param-value>org.apache.archiva.redback.components.springutils.CachingWebApplicationContext</param-value>
|
||||
</context-param>
|
||||
|
||||
<context-param>
|
||||
<param-name>contextConfigLocation</param-name>
|
||||
<param-value>
|
||||
|
|
Loading…
Reference in New Issue