Thanks. I decide to try HttpServletRequestFilter, couse injecting
HttpServletRequest in Dispatcher or RequestFilter looks like a hack.
If i fail i'll try other ways.

On Thu, Aug 20, 2009 at 18:47, Ulrich Stärk<u...@spielviel.de> wrote:
> On 20.08.2009 16:37 schrieb Thiago H. de Paula Figueiredo:
>>
>> Em Thu, 20 Aug 2009 11:33:48 -0300, Andrey Larionov <anlario...@gmail.com>
>> escreveu:
>>
>>> So in my case i should contribute HttpServletRequestFilter? Am i right?
>>
>> If using a RequestFilter, it should be contributed to RequestHandler. If
>> using a Dispatcher, it should be contributed to MasterDispatcher. A good
>> place to look for answers like these is TapestryModule source file.
>>
>> I would use a Dispatcher, as its invoked earlier than a RequestHandler.
>>
>
> Dispatchers are invoked *after* RequestFilters contributed to the
> RequestHandler pipeline.
>
> Uli
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to