[GUMP@vmgump-vm3]: Project tomcat-trunk-test-nio2 (in module tomcat-trunk) failed

2019-02-19 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-trunk-test-nio2 has an issue affecting its community integration.

[GUMP@vmgump-vm3]: Project tomcat-tc8.5.x-test-nio2 (in module tomcat-8.5.x) failed

2019-02-19 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-tc8.5.x-test-nio2 has an issue affecting its community

svn commit: r1853917 - in /tomcat/tc8.5.x/trunk: java/org/apache/tomcat/util/net/Nio2Endpoint.java test/org/apache/catalina/nonblocking/TestNonBlockingAPI.java

2019-02-19 Thread remm
Author: remm Date: Tue Feb 19 20:29:10 2019 New Revision: 1853917 URL: http://svn.apache.org/viewvc?rev=1853917=rev Log: Trigger a build. Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

svn commit: r1853916 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2019-02-19 Thread remm
Author: remm Date: Tue Feb 19 20:28:24 2019 New Revision: 1853916 URL: http://svn.apache.org/viewvc?rev=1853916=rev Log: Trigger a build Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java URL:

buildbot failure in on tomcat-85-trunk

2019-02-19 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-85-trunk while building . Full details are available at: https://ci.apache.org/builders/tomcat-85-trunk/builds/1655 Buildbot URL: https://ci.apache.org/ Buildslave for this Build: silvanus_ubuntu Build Reason: The AnyBranchScheduler

svn commit: r1853907 - in /tomcat/tc8.5.x/trunk: ./ java/org/apache/coyote/ java/org/apache/tomcat/util/net/ test/org/apache/catalina/nonblocking/ webapps/docs/

2019-02-19 Thread remm
Author: remm Date: Tue Feb 19 18:15:18 2019 New Revision: 1853907 URL: http://svn.apache.org/viewvc?rev=1853907=rev Log: 63182: Avoid extra notifications when using non container threads on read causing thread safety problems. Tentative fix, but the pattern is clearly causing a thread safety

mod_jk regression (?) with ipv6/ipv6 handling and prefer_ivp6 option not working

2019-02-19 Thread Stefan Huehner
Hello tomcat developers, we noticed some wrong behavior (as i understand) it with the ipv6 support inside mod_jk when connecting to tomcat ajp connector. Sending to -dev list as i debugged mod_jk sources and i think the logic added for the prefer_ipv6 option does not work in one case, as i

Re: InsecureHttp Headers

2019-02-19 Thread Mark Thomas
On February 19, 2019 12:54:49 PM UTC, Nitin Kadam wrote: >Hello Team > >How we can add Content Security Headers and HSTS header in Tomcat >Apache >7.0.79 installed on Windows 2012 R2 server That is a question for the users list, not the dev list. Mark

svn commit: r1853886 - in /tomcat/trunk: java/org/apache/coyote/ java/org/apache/tomcat/util/net/ test/org/apache/catalina/nonblocking/ webapps/docs/

2019-02-19 Thread remm
Author: remm Date: Tue Feb 19 14:58:00 2019 New Revision: 1853886 URL: http://svn.apache.org/viewvc?rev=1853886=rev Log: 63182: Avoid extra notifications when using non container threads on read causing thread safety problems. Tentative fix, but the pattern is clearly causing a thread safety

InsecureHttp Headers

2019-02-19 Thread Nitin Kadam
Hello Team How we can add Content Security Headers and HSTS header in Tomcat Apache 7.0.79 installed on Windows 2012 R2 server -- Regards nitin

Access to thread pool task queue size via JMX

2019-02-19 Thread Huxing Zhang
Hi, Currently Tomcat's thread pool implementation, which is under org.apache.tomcat.util.net.AbstractEndpoint, does not expose task queue size via JMX, while in org.apache.catalina.core.StandardThreadExecutor it can be accessed via JMX. The background is that I am involved with a project to auto