Author: kfujino
Date: Wed Oct 23 06:12:05 2013
New Revision: 1534918

URL: http://svn.apache.org/r1534918
Log:
Add a description of the side effects of r1534575.

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=1534918&r1=1534917&r2=1534918&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Oct 23 06:12:05 2013
@@ -88,7 +88,10 @@
       </add>
       <fix>
         The logger of <code>AbstractReplicatedMap</code> should be non-static 
in
-        order to enable logging of each application. (kfujino)
+        order to enable logging of each application. Side-effects of this 
change
+        is to throw <code>RuntimeException</code> in
+        <code>MapMessage#getKey()</code> and <code>getValue()</code> instead of
+        Null return and error log. (kfujino)
       </fix>
     </changelog>
   </subsection>



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

Reply via email to