It's not a hack, but RequestFilters services Request not an HttpServletRequest.
On Thu, Aug 20, 2009 at 19:15, Thiago H. de Paula Figueiredo<[email protected]> wrote: > Em Thu, 20 Aug 2009 11:54:02 -0300, Andrey Larionov <[email protected]> > escreveu: > >> Thanks. I decide to try HttpServletRequestFilter, couse injecting >> HttpServletRequest in Dispatcher or RequestFilter looks like a hack. > > I don't consider it a hack (injecting services into services is absolutely > normal in Tapestry and Tapestry-IoC), but an HttpServletRequestFilter is a > valid choice too. > > -- > Thiago H. de Paula Figueiredo > Independent Java consultant, developer, and instructor > http://www.arsmachina.com.br/thiago > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
