Author: mturk Date: Fri Sep 3 19:39:50 2010 New Revision: 992430 URL: http://svn.apache.org/viewvc?rev=992430&view=rev Log: Propose a fix for unlockAccept
Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=992430&r1=992429&r2=992430&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Sep 3 19:39:50 2010 @@ -200,7 +200,14 @@ PATCHES PROPOSED TO BACKPORT: * Provide better web application state information via JMX A limited back-port of http://svn.apache.org/viewvc?rev=992245&view=rev that could be extended to other components that use LifecycleSupport and expose - an MBean + an MBean http://people.apache.org/~markt/patches/2010-09-03-better-state-info.patch +1: markt -1: + +* Fix unlockAccept when the soTimeout is -1 (default). + Default conf has soTimeout -1 and that will throw exception if + used in setSoTimeout method. + http://people.apache.org/~mturk/tomcat/patches/tomcat-6.0.x-aprunlockaccept.patch + +1: mturk + -1: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org