Re: How to stop trailing slash redirects?

2019-06-06 Thread Rob Nikander
> On Jun 6, 2019, at 5:19 PM, André Warnier (tomcat) wrote: > > On 06.06.2019 13:28, Konstantin Kolinko wrote: >> чт, 6 июн. 2019 г. в 10:32, Rob Nikander : >>> >>> […] >> >> 1. Exact version number of Tomcat =? Does it support that attribute? Version 9.0.20. Thank you both for the recommen

on 8.5.40, random tmpFile.renameTo with jsp files

2019-06-06 Thread Alex O'Ree
I've upgraded from .34 to .40 somewhat recently (on windows) and have been getting random errors rendering jsp pages recently. The trace is always related to jasper failing to rename a file. I'm not really sure what the issue is. Has anyone seen this or something similar? Usually retrying the requ

how to enable OCSP revocation checking from tomcat 8.5.x using NIO2 w OpenSSL ?

2019-06-06 Thread John Palmer
What, if anything, needs to be configured to ENABLE (preferably REQUIRE) tomat to do CLIENT certificate revocation checking via OCSP in Tomcat 8.5.38 using Openssl ? (will this work with NIO2 ? ) 1) using Openssl (the tc-native-1.dll binary for Windows, compiled w OCSP support - the X64 dll from t

Re: How to stop trailing slash redirects?

2019-06-06 Thread tomcat
On 06.06.2019 13:28, Konstantin Kolinko wrote: чт, 6 июн. 2019 г. в 10:32, Rob Nikander : Hi, I would like requests to a webapp to have paths that look like this: http://server/myapp not: http://server/myapp/ But for some reason, Tomcat k

RE: Re: Making PreResources configuration recurse directories

2019-06-06 Thread Milbaugh, Theodore K (Ted)
> -Original Message- > From: Christopher Schultz > Sent: Wednesday, June 5, 2019 4:37 PM > To: users@tomcat.apache.org > Subject: [EXTERNAL] Re: Making PreResources configuration recurse directories > > Nationwide Information Security Warning: This is an external email. Do not > click >

Re: How to stop trailing slash redirects?

2019-06-06 Thread Konstantin Kolinko
чт, 6 июн. 2019 г. в 10:32, Rob Nikander : > > Hi, > > I would like requests to a webapp to have paths that look like this: > > http://server/myapp not: http://server/myapp/ > > > But for some reason, Tomcat keeps redirecting the 1st to the 2nd.

Re: How to stop trailing slash redirects?

2019-06-06 Thread Mark Thomas
On 06/06/2019 09:27, Mark Thomas wrote: > On 06/06/2019 08:31, Rob Nikander wrote: >> Hi, >> >> I would like requests to a webapp to have paths that look like this: >> >> http://server/myapp not: http://server/myapp/ >> >> >> But for some reason,

Re: How to stop trailing slash redirects?

2019-06-06 Thread Mark Thomas
On 06/06/2019 08:31, Rob Nikander wrote: > Hi, > > I would like requests to a webapp to have paths that look like this: > > http://server/myapp not: http://server/myapp/ > > > But for some reason, Tomcat keeps redirecting the 1st to the 2nd. I

How to stop trailing slash redirects?

2019-06-06 Thread Rob Nikander
Hi, I would like requests to a webapp to have paths that look like this: http://server/myapp not: http://server/myapp/ But for some reason, Tomcat keeps redirecting the 1st to the 2nd. I’m aware of the attribute `mapperContextRootRedirectEnab