Steve,

Can someone point me to where I can read how to prevent/redirect access to a particular file in the Tomcat/webapp context. Specifically, all of my directories have the OS X DS_Store file. I would like to redirect users to an error page when this file is directly accessed.

In the future it would help if you mention what version of Tomcat you are using.

version 5.5.7


You will have to use a security constraint,

read these two threads for examples.

http://marc.info/?l=tomcat-user&m=110311676821916&w=2

http://marc.info/?l=tomcat-user&m=98100806313397&w=2

Thank you for the reference.

Stephen Caine
CommonGround Softworks, Inc.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to