[google-appengine] Catch-all filter forwarding help

2010-04-21 Thread Mark
Hi, I am trying to use a catch-all filter to support something like mod_rewrite on apache. The goal was to let users enter a username in the url like: www.mysite.com/johndoe and then I would generate a page for the user on the fly. I got help here creating this filter to do that (which

Re: [google-appengine] Catch-all filter forwarding help

2010-04-21 Thread Stephan Hartmann
Usually, just calling chain.doFilter(req, res) would do the trick. 2010/4/21 Mark mar...@gmail.com Hi, I am trying to use a catch-all filter to support something like mod_rewrite on apache. The goal was to let users enter a username in the url like: www.mysite.com/johndoe and then