Re: Realms and Filters question

2005-05-12 Thread Will Hartung
> From: "Tim Funk" <[EMAIL PROTECTED]> > Sent: Thursday, May 12, 2005 5:17 PM > The realm logic will be called before the filter logic. No way around it. Yup, my major complaint with Servlet Authentication. You either use all of it or none of it. I'd like to think that they'd make it a little mor

Re: Realms and Filters question

2005-05-12 Thread Tim Funk
The realm logic will be called before the filter logic. No way around it. -Tim Brett Parsons wrote: Hi All, I've implemented a custom realm and a custom filter for my webapp. The idea is, I want the filter to handle incoming requests for ALL resources within the webapp while the realm is only go

Realms and Filters question

2005-05-12 Thread Brett Parsons
Hi All, I've implemented a custom realm and a custom filter for my webapp. The idea is, I want the filter to handle incoming requests for ALL resources within the webapp while the realm is only going to handle several resources within the webapp. The problem is, I need the filter to be called