Author: pero
Date: Wed Apr 28 22:18:24 2010
New Revision: 939115

URL: http://svn.apache.org/viewvc?rev=939115&view=rev
Log:
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!

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=939115&r1=939114&r2=939115&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Apr 28 22:18:24 2010
@@ -28,6 +28,7 @@
     <author email="fha...@apache.org">Filip Hanik</author>
     <author email="rj...@apache.org">Rainer Jung</author>
     <author email="kkoli...@apache.org">Konstantin Kolinko</author>
+    <author email="p...@apache.org">Peter Rossbach</author>
     <title>Changelog</title>
   </properties>
 
@@ -35,6 +36,13 @@
 <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to