Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
On Thu, Jul 30, 2020 at 12:30 PM Igal Sapir wrote: > On Thu, Jul 30, 2020 at 12:25 PM Igal Sapir wrote: > >> Mark, >> >> On Thu, Jul 30, 2020 at 12:21 PM Igal Sapir wrote: >> >>> Mark, >>> >>> On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote: >>> On July 30, 2020 5:49:41 PM UTC, Igal

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
Mark, On Thu, Jul 30, 2020 at 12:21 PM Igal Sapir wrote: > Mark, > > On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote: > >> On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote: >> >Hello, >> > >> >I have the following in web.xml: >> > >> > - A servlet named Lucee, mapped to by URI pattern

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
On Thu, Jul 30, 2020 at 12:25 PM Igal Sapir wrote: > Mark, > > On Thu, Jul 30, 2020 at 12:21 PM Igal Sapir wrote: > >> Mark, >> >> On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote: >> >>> On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote: >>> >Hello, >>> > >>> >I have the following in

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
Mark, On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote: > On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote: > >Hello, > > > >I have the following in web.xml: > > > > - A servlet named Lucee, mapped to by URI pattern "*.cfm" > > - A default servlet from Tomcat, with init-param

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
Chris, On Thu, Jul 30, 2020 at 11:20 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > > On 7/30/20 13:49, Igal Sapir wrote: > > Hello, > > > > I have the following in web.xml: > > > > - A servlet named Lucee, mapped to by URI pattern "*.cfm" - A > > default servlet from Tomcat,

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Mark Thomas
On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote: >Hello, > >I have the following in web.xml: > > - A servlet named Lucee, mapped to by URI pattern "*.cfm" > - A default servlet from Tomcat, with init-param listings=true > - A welcome-file of "index.cfm" > >My expectation is that for a

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 7/30/20 13:49, Igal Sapir wrote: > Hello, > > I have the following in web.xml: > > - A servlet named Lucee, mapped to by URI pattern "*.cfm" - A > default servlet from Tomcat, with init-param listings=true - A > welcome-file of "index.cfm"

Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
Hello, I have the following in web.xml: - A servlet named Lucee, mapped to by URI pattern "*.cfm" - A default servlet from Tomcat, with init-param listings=true - A welcome-file of "index.cfm" My expectation is that for a request to a given directory, if a file named index.cfm exists then