[GUMP@vmgump]: Project tomcat-native-trunk-make (in module tomcat-native-trunk) failed

2016-06-17 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-native-trunk-make has an issue affecting its community

[Bug 59616] SSLVerifyClient="optionalNoCA" stops working between 1.1.33 and 1.2.4

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59616 --- Comment #5 from Mark Thomas --- I've found the root cause. There were some changes in the build scripts between 1.1.x and 1.2.x that meant OCSP was always enabled. Validation with optionalNoCA always fails if OCSP is

[Bug 59616] SSLVerifyClient="optionalNoCA" stops working between 1.1.33 and 1.2.4

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59616 --- Comment #4 from Mark Thomas --- Whatever is going wrong is going wrong in OpenSSL. Don't know where the root cause is at the moment but the error is: 3648:error:14089086:SSL

Re: [VOTE] Release Apache Tomcat 7.0.70

2016-06-17 Thread Felix Schumacher
Am 15.06.2016 um 21:47 schrieb Violeta Georgieva: The proposed Apache Tomcat 7.0.70 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.70/ The Maven staging repo is:

[Bug 59716] New: Allow JNDI configuration of CorsFilter

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59716 Bug ID: 59716 Summary: Allow JNDI configuration of CorsFilter Product: Tomcat 7 Version: 7.0.69 Hardware: PC Status: NEW Severity: normal Priority: P2

[Bug 59706] HTTP/2 load testing performance

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59706 Remy Maucherat changed: What|Removed |Added Attachment #33951|0 |1 is

Re: [VOTE] Release Apache Tomcat 7.0.70

2016-06-17 Thread Martin Grigorov
On Wed, Jun 15, 2016 at 9:47 PM, Violeta Georgieva wrote: > The proposed Apache Tomcat 7.0.70 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.70/ > The Maven staging repo is: >

Re: Using modern development tools for friendlier environment for newcomers

2016-06-17 Thread Martin Grigorov
Hi Chris, On Fri, Jun 17, 2016 at 12:51 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Martin, > > On 6/8/16 3:25 AM, Martin Grigorov wrote: > > On Tue, Jun 7, 2016 at 11:33 AM, Mark Thomas wrote: > > > >> On 07/06/2016 10:17, Martin Grigorov wrote: > >>> Hi

[Bug 59616] SSLVerifyClient="optionalNoCA" stops working between 1.1.33 and 1.2.4

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59616 --- Comment #3 from Mark Thomas --- Results of further testing: The following work: OSX + Tomcat 9.0.x + OpenSSL 1.0.2h + APR 1.5.2 + tc-native 1.2.x + OSX client OSX + Tomcat 9.0.x + OpenSSL 1.0.2h + APR 1.5.2 + tc-native

Re: Avoid use of SecureRandom during server startup

2016-06-17 Thread Christopher Schultz
Rémy, On 6/16/16 5:52 AM, Rémy Maucherat wrote: > 2016-06-16 11:25 GMT+02:00 Andy Wilkinson : > >> On Thu, Jun 16, 2016 at 10:21 AM, Rémy Maucherat wrote: >> >>> -1, I am against fake improvements. >>> >> >> Do you consider the improvement for

Re: Using modern development tools for friendlier environment for newcomers

2016-06-17 Thread Christopher Schultz
Martin, On 6/8/16 3:25 AM, Martin Grigorov wrote: > On Tue, Jun 7, 2016 at 11:33 AM, Mark Thomas wrote: > >> On 07/06/2016 10:17, Martin Grigorov wrote: >>> Hi devs, >>> >>> Recently a colleague of mine asked me what it takes to become an Apache >>> committer. >>> I've

[Bug 59715] Getting ClassCircularityError on using javaagent in Catalina.bat and application is using custom SecurityManager.

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59715 Violeta Georgieva changed: What|Removed |Added OS||All ---

[Bug 58626] Tomcat does not start at boot time due to SIGHUP

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58626 --- Comment #26 from Christopher Schultz --- (In reply to Mark Thomas from comment #22) > CATALINA_PID works as expected I was skeptical. My quick test: $ nohup sleep 100 & [1] 9556 $ echo $! 9556 $ ps aux |

[Bug 59715] New: Getting ClassCircularityError on using javaagent in Catalina.bat and application is using custom SecurityManager.

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59715 Bug ID: 59715 Summary: Getting ClassCircularityError on using javaagent in Catalina.bat and application is using custom SecurityManager. Product: Tomcat 7

[Bug 59616] SSLVerifyClient="optionalNoCA" stops working between 1.1.33 and 1.2.4

2016-06-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59616 --- Comment #2 from Mark Thomas --- I'm seeing the issue (or something very like it) with 1.2.7 and Tomcat trunk. I spent a little time looking at the 1.1.x code vs 1.2.x but don't see any obvious root causes. I plan to do