Hi!

I'm running a web application that is under CVS, which means my web application contains a lot of CVS-related directories (for the CVS-metadata).
Is there a possibility to tell Tomcat to hide or protect all those "CVS" directories? More general, what I need is a way to hide/protect all files or directories with the name pattern "*/CVS/*".
As far as I know, neither a servlet/filter-mapping nor a security constraint support this type of pattern (with two wildcards).
So I think, the only way to protect my resources is to implement a custom filter that is mapped against "/" and checks every incoming request.


Is there a better approach?

Best regards,
 Tex


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



Reply via email to