Posted By:
Tony_Little
Posted On:
Wednesday, July 24, 2002 05:57 AM
I have created a servlet filter that runs a simple process on all web pages. I want this filter to run on all pages in all directories with the exception of files in one particular folder called /editor.
Is is possible using the filter-mapping tag in web.xml to represent this. Maybe like...
NOT-/editor/*
...
You get what i mean right???
What do you mean no!
Ok... well cheers anyway.