Re: Defining filters in sub-directories

2003-10-23 Thread Tim Funk
You can match a prefix, or a file extension but not both. So you can do this: filter-mapping filter-nameAdminSection/filter-name url-pattern/admin/*/url-pattern /filter-mapping The Servlet spec has some examples of how URL matching will work. -Tim Ryan Parr wrote: As so many have said

Re: Defining filters in sub-directories

2003-10-23 Thread Ryan Parr
On Thu, 2003-10-23 at 04:42, Tim Funk wrote: You can match a prefix, or a file extension but not both. So you can do this: filter-mapping filter-nameAdminSection/filter-name url-pattern/admin/*/url-pattern /filter-mapping The Servlet spec has some examples of how URL matching will