From 6348feec377da4fc3a96f79d5b9ac80ae093c92a Mon Sep 17 00:00:00 2001 From: pero Date: Wed, 28 Apr 2010 22:18:24 +0000 Subject: [PATCH] web.xml and fragments overwrite annotation parameters (s. Servlet API Sepc Nov 2009 Section 8.2.3.3 pages 80-84) not yet complete -- filter support is missing! git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@939115 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index af7debb74..69c28eedb 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -28,6 +28,7 @@ Filip Hanik Rainer Jung Konstantin Kolinko + Peter Rossbach Changelog @@ -35,6 +36,13 @@
+ + 939114: Provide web.xml and fragments overwrite annotation parameters + (s. Servlet API 3.0 Spec at Nov 2009 Section 8.2.3.3 pages 80-84). + Check source at ContextConfig.processAnnotationsFile(File,WebXml) + and testcase TestContextConfigAnnotation. + --not yet complete-- (pero) + Improve and document VirtualWebappLoader. (rjung) -- 2.11.0