From f57d30de888735b897fbb36eb2fa627c82daf3ae Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 12 Jun 2009 16:45:10 +0000 Subject: [PATCH] Fix typo. Add aliases to changelog git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@784187 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 7 ++++++- webapps/docs/config/context.xml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 2547e708d..a0af70c72 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -34,7 +34,7 @@ - 46925: Replace recusive search for nested roles with + 46925: Replace recursive search for nested roles with iterative search. Patch provided by Stefan Zoerner. (rjung) @@ -102,6 +102,11 @@ 723889 Provide the ability to configure the Executor job queue size and a timeout for adding jobs to the queue. (fhanik) + + Add support for aliases to StandardContext. This allows content from other + directories and/or WAR files to be mapped to paths within the context. + (markt) + diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index 852f09f24..7bbe2deb3 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -251,7 +251,7 @@ - +

This attribute provides a list of external locations from which to load resources for this context. These external locations will not be emptied if the context is un-deployed. The list of aliases should be of -- 2.11.0