Re: svn commit: r698960 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-09-25 Thread Remy Maucherat
On Thu, 2008-09-25 at 18:15 +0200, Rainer Jung wrote: > Sorry Rémy, I don't understand you. packetSize is always >= > MAX_PACKET_SIZE and MAX_PACKET_SIZE is fixed at 8192. > > The above formula is equivalent to > > packetSize - whatever_the_header_length_is > > which itself is >= MAX_PACKET_SIZ

Re: svn commit: r698960 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-09-25 Thread Rainer Jung
* Allow huge request body packets for AJP13. This was already applied to connectors, but never @@ -167,32 +171,34 @@ http://svn.apache.org/viewvc?rev=697192&view=rev Original change: http://svn.apache.org/viewvc?rev=486217&view=rev +1: rjung, mturk, markt - -1: + -1: remm (- bodyMs

Re: svn commit: r698960 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-09-25 Thread Remy Maucherat
On Thu, 2008-09-25 at 16:49 +0200, Rainer Jung wrote: > So you propose to move the fix simply to HttpMessages.getMessage, which > should return with status code as string, whenever the StringManager > doesn't find a reason phrase. Correct? The benefit is that it would fix the 3 connectors with o

Re: svn commit: r698960 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-09-25 Thread Rainer Jung
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=45026 Never use empty reason phrase. http://svn.apache.org/viewvc?rev=697183&view=rev +1: rjung, mturk, markt - -1: + -1: remm (I think HttpMessages.getMessage should return something rather than null, +most likely