RE: File Filtering

2002-08-22 Thread Rui Fernandes
. - Original Message - From: Justin Ruthenbeck [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 9:03 PM Subject: Re: File Filtering Rui -- The answer depends on why you want to do it. You mentioned that you don't want browsers to have access

RE: File Filtering

2002-08-22 Thread Rum Pel
I am talking about folders with static resources that should be available only for the app itself to access, and not for direct access from browser. These folders are located at the web app folder. What should I do? Anything under WEB-INF is not served by tomcat's web-server, so it can safely

RE: File Filtering

2002-08-22 Thread Rui Fernandes
] To: [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 10:07 AM Subject: RE: File Filtering I am talking about folders with static resources that should be available only for the app itself to access, and not for direct access from browser. These folders are located at the web app folder. What

RE: File Filtering

2002-08-22 Thread Cox, Charlie
you can set up a security restraint or write a filter to do this. Charlie -Original Message- From: Rui Fernandes [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 22, 2002 5:24 AM To: [EMAIL PROTECTED] Cc: Tomcat Users List Subject: RE: File Filtering Yes, I thought

File Filtering

2002-08-21 Thread Rui Fernandes
How can I configure a web app in order that some folders can be hidden from direct client access from browsers. Thank you, Rui.

Re: File Filtering

2002-08-21 Thread Justin Ruthenbeck
Rui -- The answer depends on why you want to do it. You mentioned that you don't want browsers to have access to the files... ever? Do you need this done dynamically? Who needs access? Are these static files? Resources used by your app at runtime? justin At 11:39 AM 8/21/2002, you