Author: slaurent
Date: Wed Aug 31 20:37:38 2011
New Revision: 1163804

URL: http://svn.apache.org/viewvc?rev=1163804&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741
bug 51741: Eclipse WTP "Serve modules without publishing" broken with tc7, 
needs patch in tomcat

added section for 7.0.22 and moved log of bug 51744 to 7.0.22 since it has been 
fixed after 7.0.21 was tagged.

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1163804&r1=1163803&r2=1163804&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Aug 31 20:37:38 2011
@@ -53,6 +53,41 @@
   They eventually become mixed with the numbered issues. (I.e., numbered
   issues to not "pop up" wrt. others).
 -->
+<section name="Tomcat 7.0.22">
+  <subsection name="Catalina">
+    <changelog>
+      <fix>
+        <bug>51744</bug>: Prevent application code from closing the associated
+        JNDI context while the application is running. (markt)
+      </fix>
+      <add>
+        <bug>51741</bug>: Fixes a problem with Eclipse WTP "Serve modules 
without 
+        publishing" feature where applications failed to access resources when 
using
+        getResource() on the classloader. (slaurent)
+      </add>
+    </changelog>
+  </subsection>
+  <subsection name="Coyote">
+    <changelog>
+    </changelog>
+  </subsection>
+  <subsection name="Jasper">
+    <changelog>
+    </changelog>
+  </subsection>
+  <subsection name="Cluster">
+    <changelog>
+    </changelog>
+  </subsection>
+  <subsection name="Web applications">
+    <changelog>
+    </changelog>
+  </subsection>
+  <subsection name="Other">
+    <changelog>
+    </changelog>
+  </subsection>  
+</section>
 <section name="Tomcat 7.0.21 (markt)">
   <subsection name="Catalina">
     <changelog>
@@ -107,10 +142,6 @@
         <bug>51739</bug>: When using a landing page with FORM authentication
         ensure that the request has a valid HTTP method. (markt)
       </fix>
-      <fix>
-        <bug>51744</bug>: Prevent application code from closing the associated
-        JNDI context while the application is running. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">



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

Reply via email to