From b87329cda7b6c2e4bc13b63f8046536f64f8347b Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Fri, 26 Sep 2014 21:40:28 +0200 Subject: [PATCH] Remove outdated references to ContextLoaderServlet Issue: SPR-7725 (cherry picked from commit 94e26fd) --- src/asciidoc/index.adoc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 64d9624d5d..cdfe326709 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -8189,14 +8189,6 @@ You can register an `ApplicationContext` using the `ContextLoaderListener` as fo org.springframework.web.context.ContextLoaderListener - - ---- The listener inspects the `contextConfigLocation` parameter. If the parameter does not @@ -8208,9 +8200,6 @@ Examples are `/WEB-INF/*Context.xml` for all files with names ending with "Conte residing in the "WEB-INF" directory, and `/WEB-INF/**/*Context.xml`, for all such files in any subdirectory of "WEB-INF". -You can use `ContextLoaderServlet` instead of `ContextLoaderListener`. The Servlet uses -the `contextConfigLocation` parameter just as the listener does. - [[context-deploy-rar]]