For handlers, this should be very doable in a filter. You just need to rewrite the handler dictionary entry.
There is a filter in develop that does something similar for proxy backends. -Jason On 14:38 Thu 16 Aug , Tang Daogang wrote: > hi, guys, > > I want to rewrite url in mongrel2 like follows: > > [1]bbs.thisurl.com --> Â [2]www.thisurl.com/forum > > then, pass this rewrited url to handlers, can mongrel2 v1.8.0 support > this? > -- > Nothing is impossible. > > References > > 1. http://bbs.thisurl.com/ > 2. http://www.thisurl.com/forum
