I was wondering whether someone could describe a way to simulate a filter or generic handling on an extension in Webware. I would like to be able to handle all *.foo requests via one servlet. So far I only seem to be able to make this work by having the file targeted in the request (e.g. real.foo) on disk and then intercepting the transaction in an HTTPServlet.
I suppose I could also use mod_rewrite to catch *.foo requests and route them to real.foo which would then be intercepted by my servlet. If you're familiar with Apache filters or Java Servlet filters that's kinda what I'm aiming for. Thanks -Jeff ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss