Re: Alternative Windows service installer package

2019-12-16 Thread Mark Thomas
On 16/12/2019 19:41, Bill Stewart wrote: > Question 1: Do I need to get permission to use these images from ASF if I > host the installer publicly, and if so how would I do that? Generally, Tomcat's source code is provided under the ALv2. Normally, the answer would be "The ALv2 gives you all

Alternative Windows service installer package

2019-12-16 Thread Bill Stewart
Greetings, I wrote an Inno Setup 6.x script for installing Tomcat 9.x that I think has some useful improvements over the NSIS installer: * Supports silent install (/silent, /verysilent), upgrade, of Tomcat on Windows * You can configure any of the following using the installer GUI or the

Re: Hide a request header to application

2019-12-16 Thread Olivier Jaquemet
On 16/12/2019 16:06, Christopher Schultz wrote: Hello all, I would like to systematically hide a request header to web applications hosted by Tomcat. [...] I took a look at Tomcat's rewrite valve[1] and also at the venerable url-rewrite[2] and I didn't see any options for munging headers. I

RE: UPDATED: JMX reloadSslHostConfigs fails with javax.management.RuntimeOperationsException

2019-12-16 Thread jonmcalexander
Thank You! Dream * Excel * Explore * Inspire Jon McAlexander Asst Vice President Middleware Product Engineering Enterprise CIO | Platform Services | Middleware | Infrastructure Solutions Upcoming PTO: 11/8, 11/11, 11/15, 11/22, 11/28, 11/29, 12/2, 12/6, 12/13, 12/20 – 12/31 8080 Cobblestone

Re: UPDATED: JMX reloadSslHostConfigs fails with javax.management.RuntimeOperationsException

2019-12-16 Thread Mark Thomas
On 16/12/2019 16:24, jonmcalexan...@wellsfargo.com.INVALID wrote: > Hi Mark, > Is there an ETA for 9.0.31 and 8.5.51 beings that .30 and .50 just dropped? 9.0.x and 8.5.x releases currently happen on a roughly monthly schedule. On that basis, the next release round will be early January 2020.

RE: UPDATED: JMX reloadSslHostConfigs fails with javax.management.RuntimeOperationsException

2019-12-16 Thread jonmcalexander
-Original Message- From: Mark Thomas Sent: Monday, December 16, 2019 9:05 AM To: users@tomcat.apache.org Subject: Re: UPDATED: JMX reloadSslHostConfigs fails with javax.management.RuntimeOperationsException On 16/12/2019 12:55, Mark Thomas wrote: > On 15/12/2019 09:33, logo wrote: > >

Re: UPDATED: JMX reloadSslHostConfigs fails with javax.management.RuntimeOperationsException

2019-12-16 Thread Peter Kreuser
Mark, Peter Kreuser >> Am 16.12.2019 um 16:05 schrieb Mark Thomas : >> >> On 16/12/2019 12:55, Mark Thomas wrote: >>> On 15/12/2019 09:33, logo wrote: >> >>> Mark can you confirm that this is a bug? >> Confirmed. >> I'm looking at options to fix this now. > > Fixed in: > - master for

Re: Hide a request header to application

2019-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Olivier, On 12/16/19 06:08, Olivier Jaquemet wrote: > Hello all, > > I would like to systematically hide a request header to web > applications hosted by Tomcat. > > - If Apache HTTPD is used in front of Tomcat, you can use the > RequestHeader

Re: UPDATED: JMX reloadSslHostConfigs fails with javax.management.RuntimeOperationsException

2019-12-16 Thread Mark Thomas
On 16/12/2019 12:55, Mark Thomas wrote: > On 15/12/2019 09:33, logo wrote: > > >> >> Mark can you confirm that this is a bug? > > Confirmed. > > I'm looking at options to fix this now. Fixed in: - master for 9.0.31 onwards - 8.5.x for 8.5.51 onwards Thanks for reporting this and for the

Re: Hide a request header to application

2019-12-16 Thread Olivier Jaquemet
On 16/12/2019 12:25, M. Manna wrote: I would like to systematically hide a request header to web applications hosted by Tomcat. "Blanking" or "Unsetting" a header is not the same as "Hiding". By hiding, you are essentially asking for the Header to be available under certain elevated privilege

Re: UPDATED: JMX reloadSslHostConfigs fails with javax.management.RuntimeOperationsException

2019-12-16 Thread Mark Thomas
On 15/12/2019 09:33, logo wrote: > > Mark can you confirm that this is a bug? Confirmed. I'm looking at options to fix this now. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands,

Re: Hide a request header to application

2019-12-16 Thread M. Manna
Oliver, On Mon, 16 Dec 2019 at 11:09, Olivier Jaquemet wrote: > Hello all, > > I would like to systematically hide a request header to web applications > hosted by Tomcat. > > "Blanking" or "Unsetting" a header is not the same as "Hiding". By hiding, you are essentially asking for the Header

Hide a request header to application

2019-12-16 Thread Olivier Jaquemet
Hello all, I would like to systematically hide a request header to web applications hosted by Tomcat. - If Apache HTTPD is used in front of Tomcat, you can use the RequestHeader directive [0]:    RequestHeader unset Some-Header-Name - If NGINX is used in front of Tomcat, you can use the