Re: Stopping users from getting a directory listing

2005-10-02 Thread Graham Reeds

Caldarale, Charles R wrote:

From: news [mailto:[EMAIL PROTECTED] On Behalf Of Graham Reeds
Subject: Stopping users from getting a directory listing

What is the setting in the web.xml for stopping users from getting a 
directory listing?  I'm pretty sure I've seen it somewhere 
before but I can't for the life of me find where.



A brief look at the comments near the beginning of conf/web.xml would
answer that question.


Ahh.  I was looking in the application specific web.xml for it and
google searches weren't bring up much fruit.

I tried copying the default servlet definitions and when that failed, 
the proceeding filters, to the application specific web.xml but that 
causes an exception to be thrown.


What needs to be done (I'm a total noobie at this)?

G.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Re: Stopping users from getting a directory listing

2005-10-02 Thread Caldarale, Charles R
 From: news [mailto:[EMAIL PROTECTED] On Behalf Of Graham Reeds
 Subject: Re: Stopping users from getting a directory listing
 
 I tried copying the default servlet definitions and when that failed, 
 the proceeding filters, to the application specific web.xml but that 
 causes an exception to be thrown.

Don't copy anything - just edit conf/web.xml to set the value of
listings for the default servlet to false.  Nothing else needs to be
changed.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Stopping users from getting a directory listing

2005-10-01 Thread Caldarale, Charles R
 From: news [mailto:[EMAIL PROTECTED] On Behalf Of Graham Reeds
 Subject: Stopping users from getting a directory listing
 
 What is the setting in the web.xml for stopping users from getting a 
 directory listing?  I'm pretty sure I've seen it somewhere 
 before but I can't for the life of me find where.

A brief look at the comments near the beginning of conf/web.xml would
answer that question.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]