Author: fhanik Date: Tue Jan 8 10:50:29 2008 New Revision: 610095 URL: http://svn.apache.org/viewvc?rev=610095&view=rev Log: new proposals, one is for a bug that regressed
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=610095&r1=610094&r2=610095&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Jan 8 10:50:29 2008 @@ -78,3 +78,17 @@ http://svn.apache.org/viewvc?rev=609803&view=rev +1: markt, fhanik, pero -1: + + CometProcessor should implement the Servlet interface, since it is defined in web.xml + http://people.apache.org/~fhanik/patches/comet-interface.patch + +1: fhanik + -1: + + Fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=11117 regression + The ratio of when needCRLFParse=true vs direct parseCRLF is low:high, meaning + The original fix for Comet not needing to block will be 95% satisfied + This fix also corrects the CRLF parsing, previously both CRCRLF and just LF + would have been valid as well, but they are not + http://people.apache.org/~fhanik/patches/fix-bz11117-alt-1.patch + +1: fhanik + -1: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]