RE: Servlet Filters

2001-03-01 Thread Manne Fagerlind
Orion-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

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 b

Servlet Filters

2001-02-28 Thread Mike Bosch
Hi, We're currently trying to move our web site from running IIS to hopefully Orion and we've come across something in the servlet container that we're hoping someone has seen or dealt with themselves before. We want to use a servlet filter to intercept *all* requests that come into the web ser

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 do

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

Servlet Filters -> Apache Mod_Rewrite

2000-09-28 Thread Mike Cannon-Brookes
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