On Fri, Sep 11, 2009 at 4:01 AM, Pid <p...@pidster.com> wrote: > Why not just make the URLs in such a way that you can look them up in the > database? A servlet Filter could perform the same task in one go that your > rewrite & db lookup is doing.
Exactly -- your URL is only a problem if you're passing the request unaltered to the default servlet -- so don't do that. :-) > /some/path/to/file.ext And I have to ask -- why are you deliberately adding the ugly and meaningless ".html" to the end? -- Hassan Schroeder ------------------------ hassan.schroe...@gmail.com twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org