Re: How to block listings on a SPECIFIC directory

2002-09-22 Thread Tim Funk
Funk [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 2:10 PM To: Tomcat Users List Subject: Re: How to block listings on a SPECIFIC directory More info: http://www.google.com/search?hl=enlr=ie=UTF-8oe=UTF-8q=servlet+filter The definitive reference: Java Servlet

RE: How to block listings on a SPECIFIC directory

2002-09-20 Thread adi
To: Tomcat Users List Subject: Re: How to block listings on a SPECIFIC directory More info: http://www.google.com/search?hl=enlr=ie=UTF-8oe=UTF-8q=servlet+filter The definitive reference: Java Servlet Specification 2.3 (at java.sun.com) Chapter 6: Filters adi wrote: what do you mean by writing

How to block listings on a SPECIFIC directory

2002-09-19 Thread adi
Hello, I am trying to enable listing on one directory ( and its children) only. the listings parameter set to false or true will affect everything. is it possible in any way to define listings to individual directories in my webapp? Adi --- Outgoing mail is certified Virus Free. Checked by

Re: How to block listings on a SPECIFIC directory

2002-09-19 Thread Tim Funk
Nope - but you can write a filter to detect that condition and deny access as desired. adi wrote: Hello, I am trying to enable listing on one directory ( and its children) only. the listings parameter set to false or true will affect everything. is it possible in any way to define

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread adi
to block listings on a SPECIFIC directory Nope - but you can write a filter to detect that condition and deny access as desired. adi wrote: Hello, I am trying to enable listing on one directory ( and its children) only. the listings parameter set to false or true will affect everything

Re: How to block listings on a SPECIFIC directory

2002-09-19 Thread Tim Funk
reading on 'filters' ? Thanks, Adi -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 1:53 PM To: Tomcat Users List Subject: Re: How to block listings on a SPECIFIC directory Nope - but you can write a filter to detect

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Sexton, George
Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: adi [mailto:[EMAIL PROTECTED]] Sent: 19 September, 2002 6:49 AM To: [EMAIL PROTECTED] Subject: How to block listings on a SPECIFIC directory Hello, I am trying to enable listing on one

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread adi
PM To: Tomcat Users List Subject: RE: How to block listings on a SPECIFIC directory Hmmm... Why don't you put a file like index.html in the directory? Assuming you have a welcome files list in your web.xml file, this will be displayed. You can then put up a message, and re-direct to where you want

Re: How to block listings on a SPECIFIC directory

2002-09-19 Thread Padhu Vinirs
of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: adi [mailto:[EMAIL PROTECTED]] Sent: 19 September, 2002 6:49 AM To: [EMAIL PROTECTED] Subject: How to block listings on a SPECIFIC directory Hello, I am trying

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Sexton, George
Do you put static content in these directories? -Original Message- From: adi [mailto:[EMAIL PROTECTED]] Sent: 19 September, 2002 7:26 AM To: Tomcat Users List Subject: RE: How to block listings on a SPECIFIC directory new directories are being created dynamically and they should

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread adi
directory Do you put static content in these directories? -Original Message- From: adi [mailto:[EMAIL PROTECTED]] Sent: 19 September, 2002 7:26 AM To: Tomcat Users List Subject: RE: How to block listings on a SPECIFIC directory new directories are being created dynamically and they should

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Turner, John
PROTECTED]] Sent: Thursday, September 19, 2002 10:07 AM To: Tomcat Users List Subject: RE: How to block listings on a SPECIFIC directory these directories contain text files that should be avalable for users while browsing the directory -Original Message- From: Sexton, George

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Milt Epstein
To: Tomcat Users List Subject: RE: How to block listings on a SPECIFIC directory Hmmm... Why don't you put a file like index.html in the directory? Assuming you have a welcome files list in your web.xml file, this will be displayed. You can then put up a message, and re-direct to where you

RE: How to block listings on a SPECIFIC directory

2002-09-19 Thread Milt Epstein
and easy to test at least. -Original Message- From: adi [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 10:07 AM To: Tomcat Users List Subject: RE: How to block listings on a SPECIFIC directory these directories contain text files that should be avalable