web.xml and fragments overwrite annotation parameters (s. Servlet API Sepc Nov 2009...
authorpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 28 Apr 2010 22:18:24 +0000 (22:18 +0000)
committerpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 28 Apr 2010 22:18:24 +0000 (22:18 +0000)
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

index af7debb..69c28ee 100644 (file)
@@ -28,6 +28,7 @@
     <author email="fhanik@apache.org">Filip Hanik</author>
     <author email="rjung@apache.org">Rainer Jung</author>
     <author email="kkolinko@apache.org">Konstantin Kolinko</author>
+    <author email="pero@apache.org">Peter Rossbach</author>
     <title>Changelog</title>
   </properties>
 
 <section name="Tomcat 7.0.0 (markt)">
   <subsection name="Catalina">
     <changelog>
+      <fix>
+        <rev>939114</rev>: 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 <code>ContextConfig.processAnnotationsFile(File,WebXml)</code>
+        and testcase <code>TestContextConfigAnnotation</code>.
+        --not yet complete-- (pero) 
+      </fix>
       <update>
         Improve and document VirtualWebappLoader. (rjung)
       </update>