svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread markt
Author: markt Date: Thu Apr 24 11:38:13 2014 New Revision: 1589672 URL: http://svn.apache.org/r1589672 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 Align the AJP and HTTP connector implementations with the documented behaviour and use JVM defaults for socket linger.

Re: svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread Konstantin Kolinko
2014-04-24 15:38 GMT+04:00 ma...@apache.org: Author: markt Date: Thu Apr 24 11:38:13 2014 New Revision: 1589672 URL: http://svn.apache.org/r1589672 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56416 Align the AJP and HTTP connector implementations with the documented

Re: svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread Rémy Maucherat
2014-04-24 15:04 GMT+02:00 Konstantin Kolinko knst.koli...@gmail.com: 2. AbstractEndpoint,unlockAccept() s.setSoLinger(getSocketProperties().getSoLingerOn(),getSocketProperties().getSoLingerTime()); I expect the above call to be broken because of NPE. I don't see the NPE, but that would

Re: svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread Konstantin Kolinko
2014-04-24 17:14 GMT+04:00 Rémy Maucherat r...@apache.org: 2014-04-24 15:04 GMT+02:00 Konstantin Kolinko knst.koli...@gmail.com: 2. AbstractEndpoint,unlockAccept() s.setSoLinger(getSocketProperties().getSoLingerOn(),getSocketProperties().getSoLingerTime()); I expect the above call to be

Re: svn commit: r1589672 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/ajp/ java/org/apache/coyote/http11/ webapps/docs/

2014-04-24 Thread Mark Thomas
On 24/04/2014 14:14, Rémy Maucherat wrote: 2014-04-24 15:04 GMT+02:00 Konstantin Kolinko knst.koli...@gmail.com: 2. AbstractEndpoint,unlockAccept() s.setSoLinger(getSocketProperties().getSoLingerOn(),getSocketProperties().getSoLingerTime()); I expect the above call to be broken because of