RE: Servlet Filters

2001-03-01 Thread Manne Fagerlind
-Interest Subject: RE: Servlet Filters We want to use a servlet filter to intercept *all* requests that come into the web server. Is this possible? It seems to work for all files when I put the URL filter as "/" or "/*". But we're also looking to be notified when

RE: Servlet Filters

2001-02-28 Thread Trond Nilsen
We want to use a servlet filter to intercept *all* requests that come into the web server. Is this possible? It seems to work for all files when I put the URL filter as "/" or "/*". But we're also looking to be notified when a directory resource is requested. An example of this might be a

Re: Servlet Filters - Apache Mod_Rewrite

2000-09-28 Thread Joel Shellman
Mike Cannon-Brookes wrote: Guys, Has anyone thought of writing a Mod_Rewrite clone using Servlet Filters? Using something like the Jakarta ORO regex package this should be quite doable? Any reason that wouldn't work? (I've never actually used Mod_Rewrite, just read about it). Mike

Re: Servlet Filters - Apache Mod_Rewrite

2000-09-28 Thread Joe Walnes
Has anyone thought of writing a Mod_Rewrite clone using Servlet Filters? Using something like the Jakarta ORO regex package this should be quite doable? Any reason that wouldn't work? (I've never actually used Mod_Rewrite, just read about it). I've done something similar, but filters are