Author: kkolinko Date: Fri Jun 19 20:29:34 2009 New Revision: 786656 URL: http://svn.apache.org/viewvc?rev=786656&view=rev Log: votes
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=786656&r1=786655&r2=786656&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Jun 19 20:29:34 2009 @@ -202,7 +202,13 @@ http://svn.apache.org/viewvc?rev=783724&view=rev http://svn.apache.org/viewvc?rev=786468&view=rev +1: markt, fhanik - -1: + -1: kkolinko ( + Regarding the second part of the patch: + queryMB is not always the "original data" for the call. + o.a.c.connector.Request#parseParameters() calls processParameters() as well, + to parse body of a POST request. Though it will be a rare case to trigger + this log message from that call. + ) * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47343 Regression in fix for @@ -279,7 +285,7 @@ if(log.isInfoEnabled()) log.info("Setting multihome multicast interface to:" +mcastBindAddress); - +1: fhanik, markt + +1: fhanik, markt, kkolinko -1: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=38352 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org