Proposal for a generic way of setting attributes, letting the components decide if...
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Oct 2007 15:35:33 +0000 (15:35 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Oct 2007 15:35:33 +0000 (15:35 +0000)
The old way, 'void setProperty' is still backwards compatible, and its behavior has not changed.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@583853 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9ea00d8..989670a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -38,8 +38,16 @@ PATCHES PROPOSED TO BACKPORT:
 * Call StopAwait at StandardServer.stop as port==-1
   +1: pero
   -1: remm (would like clarification on the sleep value, currently 100s)
-
+  -1: No link to proposed fix given.
+  
 * Arrange doc of connectors.
   http://people.apache.org/~jfclere/patches/tc.docs.patch
   +1: jfclere, remm
   -1:
+
+* Make server.xml parsing warnings more generic, add support for the NIO connector
+* Connector is no longer an exception case. Any new component can still use setProperty and return a boolean 
+* to accept or reject the property
+  http://people.apache.org/~fhanik/patches/digester-attribute-warnings.patch
+  +1: fhanik
+  -1: