[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2019-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 Conrad Pino changed: What|Removed |Added CC||con...@pino.com -- You are receiving th

[Bug 62626] Tomcat 9.0.10 APR/Native crashes

2019-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62626 --- Comment #25 from Conrad Pino --- Across two (2) Tomcat releases: apache-tomcat-8.5.27 apache-tomcat-8.5.31 I have accumulated eight (8) tcnative-1.dll crash logs with memory dumps: 05/18/2018 02:20 PM

Re: Tag Tomcat 7

2019-02-14 Thread Violeta Georgieva
На вт, 12.02.2019 г. в 7:30 ч. Violeta Georgieva написа: > > > > На вт, 12.02.2019 г. в 1:11 ч. Konstantin Kolinko написа: > > > > пн, 11 февр. 2019 г. в 18:33, Violeta Georgieva : > > > > > > > > I did what I planned for today. I think it is OK to go. > > > > > > Thanks I'll tag it in the next h

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

2019-02-14 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. T

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

2019-02-14 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-nio has an issue affecting its community integration. Th

svn commit: r1853604 - /tomcat/trunk/test/org/apache/tomcat/util/net/TestSSLHostConfigCompat.java

2019-02-14 Thread markt
Author: markt Date: Thu Feb 14 21:02:06 2019 New Revision: 1853604 URL: http://svn.apache.org/viewvc?rev=1853604&view=rev Log: Initial implementation of a unit test to check how transferable TLS configuration is between connectors. The plan is to expand it gradually, filling in the gaps as it gr

Re: http workshop

2019-02-14 Thread Mark Thomas
On 14/02/2019 19:52, William A Rowe Jr wrote: > On Mon, Jan 28, 2019 at 9:22 AM Stefan Eissing > wrote: >> The HTTP WS organisers expressed the wish to have someone from "Apache" >> present. Anyone interested? Could also be someone from another HTTP related >> Apache project, of course. It app

Re: http workshop

2019-02-14 Thread William A Rowe Jr
On Mon, Jan 28, 2019 at 9:22 AM Stefan Eissing wrote: > The HTTP Workshop is returning 2019 on April 2-4 in Amsterdam ( > https://github.com/httpworkshop/workshop2019). While I attended the last > three shops(?), I think it would be a good opportunity for someone else > from the team to go there

Re: Tag 9.0.x / 8.5.x

2019-02-14 Thread Rémy Maucherat
On Wed, Feb 13, 2019 at 4:21 PM Mark Thomas wrote: > All, > > Thoughts on new 9.0.x and 8.5.x releases due to the regression caused by > BZ 63041? > > I'm happy to RM these if the community wants to see them. > > It doesn't sound *so* urgent. Rémy

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

2019-02-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53930 --- Comment #9 from Mark Thomas --- Test comment post host migration. Apologies for the noise. --- Comment #10 from Mark Thomas --- Test comment 2 post host migration. Apologies for the noise. -- You are receiving this mail because: You are

Re: Tomcat 9_Setting property 'digest' to 'SHA-256'

2019-02-14 Thread Mark Thomas
This question belongs on the users@ list, not the dev@ list. Mark On 14/02/2019 12:12, dheeraj joshi wrote: > Hi Team, > > > > I am getting warning “Setting property 'digest' to 'SHA-256' did not find a > matching property” in tomcat9-stderr.log when I use attribute "digest" in > realms. >

Re: Tomcat 9_Setting property 'digest' to 'SHA-256'

2019-02-14 Thread dheeraj joshi
Hi Team, I am getting warning “Setting property 'digest' to 'SHA-256' did not find a matching property” in tomcat9-stderr.log when I use attribute "digest" in realms. Snip from server.xml that i am using when i get error - If I remove digest="SHA-256" from line and restart tomcat servi