diff options
author | Olivier Lamy <olamy@apache.org> | 2013-01-05 23:34:38 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-01-05 23:34:38 +0000 |
commit | e53a2d04909aa0ba18eec5027f55abac6099b5a5 (patch) | |
tree | 9ebc7291ac2031b3b140b854fa00940ca7f11883 /archiva-modules/archiva-web/archiva-web-common | |
parent | 007258a9ed467c63d5bb88a98796c9c26ba1b891 (diff) | |
download | archiva-e53a2d04909aa0ba18eec5027f55abac6099b5a5.tar.gz archiva-e53a2d04909aa0ba18eec5027f55abac6099b5a5.zip |
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
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common')
-rw-r--r-- | archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml b/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml index 180c5473a..ea4f7ba3d 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml +++ b/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml @@ -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> |