You can override every service of Tapestry, you have three ways to achieve this :
1. Decoration http://tapestry.apache.org/tapestry5.1/tapestry-ioc/decorator.html 2. Advice http://tapestry.apache.org/tapestry5.1/tapestry-ioc/advice.html 3. Complete override http://tapestry.apache.org/tapestry5.1/guide/alias.html 2010/6/18 Joel Halbert <j...@su3analytics.com> > Tapestry appears to URL encode spaces as "$0020" > > e.g. > http://localhost:8080/web/buy/sports$0020shoes > > > I would much prefer to use standard encoding such as: > > http://localhost:8080/web/buy/sports+shoes > or > http://localhost:8080/web/buy/sports%20shoes > > > Is it possible to configure or override this behaviour? > -- Regards, Christophe Cordenier. Developer of wooki @wookicentral.com