RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
Thanks, but I'm talking about resource paths and not jar files. - Matt From: Ray Holme [mailto:rayho...@yahoo.com.INVALID] Sent: Friday, November 17, 2017 1:39 PM To: Tomcat Users List Subject: Re: Skip resource path in TLD scanner? I use JSP and there are taglibs used. But you can cu

RE: Skip resource path in TLD scanner?

2017-11-20 Thread Matt Cosentino
Sent: Friday, November 17, 2017 12:26 PM To: users@tomcat.apache.org Subject: Re: Skip resource path in TLD scanner? -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 11/16/17 12:11 PM, Matt Cosentino wrote: > This keeps getting worse, my site was down for over a minute while the >

Re: [OT] Skip resource path in TLD scanner?

2017-11-20 Thread Christopher Schultz
ailures, JVM crashes, and -- as in your example here -- planned > maintenance. > > Running a single instance of your application in a production > environment where uptime matters is really not an appropriate > solution. If you had two servers, your application's restart time

Re: Skip resource path in TLD scanner?

2017-11-18 Thread Alex O'Ree
e to make it easier to plugin in > > a custom TLDScanner - i.e. purely with config. If you'd like us to > > explore this option we should re-open 61052 and adjust accordingly. > > I don't think there is enough demand for filtering resource paths > > to make that worth i

Re: Skip resource path in TLD scanner?

2017-11-17 Thread Ray Holme
Original Message- From: Mark Thomas > [mailto:ma...@apache.org] Sent: Saturday, April 29, 2017 5:02 AM > To: Tomcat Users List Subject: Re: Skip > resource path in TLD scanner? > > On 28/04/17 17:00, Matt Cosentino wrote: >> Yes, it's other folders within WEB-INF.

Re: Skip resource path in TLD scanner?

2017-11-17 Thread Christopher Schultz
wo servers, your application's restart time would not have been an issue. - -chris > -Original Message- From: Mark Thomas > [mailto:ma...@apache.org] Sent: Saturday, April 29, 2017 5:02 AM > To: Tomcat Users List Subject: Re: Skip > resource path in TLD scanner? > >

RE: Skip resource path in TLD scanner?

2017-11-16 Thread Matt Cosentino
> -Original Message- From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, April 28, 2017 7:28 AM To: > Tomcat Users List Subject: Re: Skip resource > path in TLD scanner? > > On 27/04/17 23:39, Matt Cosentino wrote: >> https://tomcat.apache.org/

Re: Skip resource path in TLD scanner?

2017-04-29 Thread Mark Thomas
Mark Thomas > [mailto:ma...@apache.org] Sent: Friday, April 28, 2017 7:28 AM To: > Tomcat Users List Subject: Re: Skip > resource path in TLD scanner? > > On 27/04/17 23:39, Matt Cosentino wrote: >> https://tomcat.apache.org/

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
ond counts when our sites are down. - Matt -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, April 28, 2017 7:28 AM To: Tomcat Users List Subject: Re: Skip resource path in TLD scanner? On 27/04/17 23:39, Matt Cosentino wrote: > https://tomcat.apache.org/t

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
I already did, that only mentions skipping jar files. - Matt -Original Message- From: Violeta Georgieva [mailto:violet...@apache.org] Sent: Friday, April 28, 2017 1:30 AM To: Tomcat Users List Subject: Re: Skip resource path in TLD scanner? Hi, 2017-04-27 23:17 GMT+03:00 Matt

Re: Skip resource path in TLD scanner?

2017-04-28 Thread Mark Thomas
talking out here? Seconds? Minutes? Mark > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Thursday, April 27, 2017 5:05 PM > To: Tomcat Users List > Subject: Re: Skip resource path in TLD scanner? > > On 27/04/17 21:17, Matt Cosentino wrote: >&

Re: Skip resource path in TLD scanner?

2017-04-27 Thread Violeta Georgieva
Hi, 2017-04-27 23:17 GMT+03:00 Matt Cosentino : > > I need to skip some of the resource paths within WEB-INF. I know there's a property for skipping jar files, but I couldn't find one for resource paths. I reported this as a bug and was told that the property exists. Where is it? Check this wiki

RE: Skip resource path in TLD scanner?

2017-04-27 Thread Matt Cosentino
} } It skips /WEB-INF/classes/ and /WEB-INF/lib/, but it does not check any property to skip user defined paths. - Matt -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, April 27, 2017 5:05 PM To: Tomcat Users List Subject: Re: Skip resource path in TLD

Re: Skip resource path in TLD scanner?

2017-04-27 Thread Mark Thomas
On 27/04/17 21:17, Matt Cosentino wrote: > I need to skip some of the resource paths within WEB-INF. I know > there's a property for skipping jar files, but I couldn't find one > for resource paths. I reported this as a bug and was told that the > property exists. Where is it? Where have you looke

Skip resource path in TLD scanner?

2017-04-27 Thread Matt Cosentino
I need to skip some of the resource paths within WEB-INF. I know there's a property for skipping jar files, but I couldn't find one for resource paths. I reported this as a bug and was told that the property exists. Where is it? - Matt