Author: fhanik
Date: Thu Oct 11 08:35:33 2007
New Revision: 583853
URL: http://svn.apache.org/viewvc?rev=583853&view=rev
Log:
Proposal for a generic way of setting attributes, letting the components decide
if a warning should be issued or not by implementing 'boolean setProperty'
instead of 'void setProperty'.
The old way, 'void setProperty' is still backwards compatible, and its behavior
has not changed.
Modified:
tomcat/tc6.0.x/trunk/STATUS
Modified: tomcat/tc6.0.x/trunk/STATUS
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS?rev=583853&r1=583852&r2=583853&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS (original)
+++ tomcat/tc6.0.x/trunk/STATUS Thu Oct 11 08:35:33 2007
@@ -38,8 +38,16 @@
* 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:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]