Author: kkolinko
Date: Mon Feb 21 11:27:02 2011
New Revision: 1072929
URL: http://svn.apache.org/viewvc?rev=1072929&view=rev
Log:
vote
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=1072929&r1=1072928&r2=1072929&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Mon Feb 21 11:27:02 2011
@@ -130,7 +130,7 @@ PATCHES PROPOSED TO BACKPORT:
reads from the request since this causes various problems in the connectors
which do not expect this.
http://svn.apache.org/viewvc?rev=1072042&view=rev
- +1: markt, mturk
+ +1: markt, mturk, kkolinko
-1:
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48863
@@ -138,4 +138,14 @@ PATCHES PROPOSED TO BACKPORT:
Based on a patch by Ralf Hauser.
http://people.apache.org/~markt/patches/2011-02-18-bug48870.patch
+1: markt
+ -0: kkolinko: If I understand it corretly, it will nag about missing
+ ${catalina.base}/lib when running with separate home and base and that
+ directory does not exist. I think that is too common issue to use warn(),
+ and will need i18n if we would use info() and maybe use a simpler
+ message for the common "does not exist" case. That will need a new
+ patch.
+ For the proposed patch: I am +1 to use it as is if s/log.warn/log.debug/.
+ While we are at it, maybe add messages for the IS_JAR, IS_GLOB branches
+ as well.
-1:
+
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]