Re: svn commit: r1593303 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-05-13 Thread Mark Thomas
On 12/05/2014 18:32, Rémy Maucherat wrote: > 2014-05-12 16:25 GMT+02:00 Mark Thomas : > >> >> In terms of whether there is a better place, I didn't look lower down >> the stack. We probably only want to swallow this if we haven't read any >> part of the request line. >> > Ok, I'll add back the two

Re: svn commit: r1593303 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-05-12 Thread Rémy Maucherat
2014-05-12 16:25 GMT+02:00 Mark Thomas : > > In terms of whether there is a better place, I didn't look lower down > the stack. We probably only want to swallow this if we haven't read any > part of the request line. > > Ok, I'll add back the two try/catch I removed, I should have cleaned up the "

svn commit: r1593303 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-05-12 Thread markt
Author: markt Date: Thu May 8 14:55:08 2014 New Revision: 1593303 URL: http://svn.apache.org/r1593303 Log: Fix test failure with NIO2 where additional, unexpected access log entry was being created during connector shutdown. Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp1

Re: svn commit: r1593303 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-05-12 Thread Mark Thomas
On 11/05/2014 07:37, Rémy Maucherat wrote: > 2014-05-08 16:55 GMT+02:00 : > >> Author: markt >> Date: Thu May 8 14:55:08 2014 >> New Revision: 1593303 >> >> URL: http://svn.apache.org/r1593303 >> Log: >> Fix test failure with NIO2 where additional, unexpected access log entry >> was being created

Re: svn commit: r1593303 - /tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

2014-05-11 Thread Rémy Maucherat
2014-05-08 16:55 GMT+02:00 : > Author: markt > Date: Thu May 8 14:55:08 2014 > New Revision: 1593303 > > URL: http://svn.apache.org/r1593303 > Log: > Fix test failure with NIO2 where additional, unexpected access log entry > was being created during connector shutdown. > > I didn't run into any p