Author: kkolinko Date: Fri Dec 13 06:28:49 2013 New Revision: 1550653 URL: http://svn.apache.org/r1550653 Log: Correct typos
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=1550653&r1=1550652&r2=1550653&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Dec 13 06:28:49 2013 @@ -62,7 +62,7 @@ Handle the case where a <code>context.xml</code> file is added to a web application deployed from a directory. Previously the file was ignored until Tomcat was restarted. Now (assuming automatic deployment - is enabled)it will trigger a redploy of the web application. (markt) + is enabled) it will trigger a redeploy of the web application. (markt) </fix> </changelog> </subsection> @@ -71,7 +71,7 @@ <fix> In <code>AbstractReplicatedMap#finalize</code>, remove rpcChannel from channel Listener of group channel before sending - <code>MapMessage.MSG_STOP</code> message. This prevent that the node + <code>MapMessage.MSG_STOP</code> message. This prevents that the node that sent the <code>MapMessage.MSG_STOP</code> by normal shutdown is added to member map again by ping at heartbeat thread in the node that received the <code>MapMessage.MSG_STOP</code>. (kfujino) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org