You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/11/08 11:44:48 UTC

svn commit: r1199178 - /tomcat/tc5.5.x/trunk/STATUS.txt

Author: kkolinko
Date: Tue Nov  8 10:44:48 2011
New Revision: 1199178

URL: http://svn.apache.org/viewvc?rev=1199178&view=rev
Log:
Update patch adding JMX enhancements for these valves

Modified:
    tomcat/tc5.5.x/trunk/STATUS.txt

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1199178&r1=1199177&r2=1199178&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Tue Nov  8 10:44:48 2011
@@ -36,11 +36,13 @@ PATCHES PROPOSED TO BACKPORT:
 
 * Make configuration issue for RemoteAddrValve, RemoteHostValve result
   in the failure of the valve rather than just a warning message.
-  Ensure changes to the configuration of the RemoteHostValve and the
-  RemoteIpValve via JMX are thread-safe.
-  http://people.apache.org/~kkolinko/patches/2011-10-26_tc55_RequestFilterValve_v3.patch
-  It is based on the valves part of r1189256 and r1187027. (r1189258, r1187029 in TC7)
-  +1: kkolinko (see note below)
+  Ensure changes to the configuration of these valves via JMX are thread-safe.
+  Refactor value matching logic into separate method.
+  Expose the new method isAllowed and isAllowValid, isDenyValid properties through JMX.
+  It is based on r1189256 and r1187027, r1198622
+  (r1189258, r1187029, r1198623 in TC7)
+  http://people.apache.org/~kkolinko/patches/2011-11-08_tc55_RequestFilterValve_v4.patch
+  +1: kkolinko
   -1:
 
   kkolinko: It does its work and prevents app from starting and working. Though



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