[Bug 53930] allow capture of catalina stdout/stderr to a command instead of just a file [PATCH]

2016-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53930 --- Comment #4 from peterhansson...@yahoo.com --- As a workaround: Use a copy-and-truncate strategy instead. This doesn't require changes to catalina.sh script. On Linux: Use logrotate utility with 'copytruncate' option. On Solaris: Use

svn commit: r1772355 - /tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java

2016-12-02 Thread markt
Author: markt Date: Fri Dec 2 14:30:42 2016 New Revision: 1772355 URL: http://svn.apache.org/viewvc?rev=1772355=rev Log: Restore original value (was increased to aid debugging) Modified: tomcat/trunk/test/org/apache/coyote/http2/Http2TestBase.java Modified:

svn commit: r1772353 - in /tomcat/trunk/test/org/apache/coyote/http2: Http2TestBase.java TestStreamProcessor.java

2016-12-02 Thread markt
Author: markt Date: Fri Dec 2 14:29:32 2016 New Revision: 1772353 URL: http://svn.apache.org/viewvc?rev=1772353=rev Log: Add a disabled test case for async + complete on non-container thread with HTTP/2 The test currently fails. Added:

[Bug 53930] allow capture of catalina stdout/stderr to a command instead of just a file [PATCH]

2016-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53930 Michael Osipov <1983-01...@gmx.net> changed: What|Removed |Added CC|

[Bug 53930] allow capture of catalina stdout/stderr to a command instead of just a file [PATCH]

2016-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53930 --- Comment #3 from peterhansson...@yahoo.com --- This is a very important addition. If you search the internet you'll find lots of recommendations on allowing log-rotation and all of them tell you to modify your catalina.sh file. The point

[Bug 60436] AbstractProcessor.doTimeoutAsync(AbstractProcessor.java:528) NPE

2016-12-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60436 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|RESOLVED

svn commit: r1772321 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2016-12-02 Thread markt
Author: markt Date: Fri Dec 2 09:13:18 2016 New Revision: 1772321 URL: http://svn.apache.org/viewvc?rev=1772321=rev Log: Reduce the window in which an async request that has just started processing on a container thread remains eligible for an async timeout. Modified: tomcat/tc8.5.x/trunk/

svn commit: r1772320 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/AbstractProcessor.java webapps/docs/changelog.xml

2016-12-02 Thread markt
Author: markt Date: Fri Dec 2 09:10:31 2016 New Revision: 1772320 URL: http://svn.apache.org/viewvc?rev=1772320=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60436 Avoid a potential NPE when processing async timeouts. Modified: tomcat/tc8.5.x/trunk/ (props changed)

svn commit: r1772319 - in /tomcat/trunk: java/org/apache/coyote/AbstractProtocol.java webapps/docs/changelog.xml

2016-12-02 Thread markt
Author: markt Date: Fri Dec 2 09:09:46 2016 New Revision: 1772319 URL: http://svn.apache.org/viewvc?rev=1772319=rev Log: Reduce the window in which an async request that has just started processing on a container thread remains eligible for an async timeout. Modified:

svn commit: r1772318 - in /tomcat/trunk: java/org/apache/coyote/AbstractProcessor.java webapps/docs/changelog.xml

2016-12-02 Thread markt
Author: markt Date: Fri Dec 2 09:08:09 2016 New Revision: 1772318 URL: http://svn.apache.org/viewvc?rev=1772318=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60436 Avoid a potential NPE when processing async timeouts. Modified:

Re: Early Access build 136 for JDK 9 & JDK 9 with Project Jigsaw are available on java.net

2016-12-02 Thread Rory O'Donnell
Thanks Mark, I updated the bug with your comments. Rgds,Rory On 01/12/2016 14:12, Mark Thomas wrote: On 30/11/2016 09:49, Rory O'Donnell wrote: Hi Mark, The bug has been updated with the following suggestion, any comment ? Hi Rory, That would certainly be a good step in the right