I had that idea as well. My initial commit actually included such a
hook. But I removed it again. Though wrappers are registered with
filters/servlets in the servlet world, wicket already provides a very
very easy way by subclassung Application.newRequestxx().

IMO the problem is, and here I agree with you, that it is kind of
isolated. It's not obvious. Every dev will first look into
WicketFilter but will not find anything.

May be something like App.newRequestWrapper() would do as well.

-Juergen

On Mon, Jan 10, 2011 at 4:39 AM, Igor Vaynberg <igor.vaynb...@gmail.com> wrote:
> Since we provide AbstractRequestWrapperFactory shouldnt it be plugged
> into wicketfilter somewhere? right now it seems a bit strange that it
> and its friends are so isolated.
>
> -igor
>

Reply via email to