Update patch adding JMX enhancements for these valves

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1199178 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS.txt b/STATUS.txt
index 00f5adb..349f326 100644
--- a/STATUS.txt
+++ b/STATUS.txt
@@ -36,11 +36,13 @@
 
 * 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