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="[email protected]">Filip Hanik</author>
<author email="[email protected]">Rainer Jung</author>
<author email="[email protected]">Konstantin Kolinko</author>
+ <author email="[email protected]">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: [email protected]
For additional commands, e-mail: [email protected]