Author: tv
Date: Sun Nov 11 16:04:19 2012
New Revision: 1408037
URL: http://svn.apache.org/viewvc?rev=1408037&view=rev
Log:
Fix JCS-91: JCS fails to properly dispose of the lateral TCP listener thread.
If a webapp that uses JCS lateral TCP cache is undeployed, the listener is left
hanging with no hope for exit.
Modified:
commons/proper/jcs/trunk/src/changes/changes.xml
Modified: commons/proper/jcs/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/changes/changes.xml?rev=1408037&r1=1408036&r2=1408037&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Sun Nov 11 16:04:19 2012
@@ -20,7 +20,7 @@
</properties>
<body>
<release version="2.0" date="unreleased" description="JDK 1.5
based major release">
- <action dev="tv" type="fix" issue="JCS-94" due-to="Diego Rivera">
+ <action dev="tv" type="fix" issue="JCS-91" due-to="Diego Rivera">
JCS fails to properly dispose of the lateral TCP listener
thread.
If a webapp that uses JCS lateral TCP cache is undeployed, the
listener is left
hanging with no hope for exit.