See
https://cwiki.apache.org/WICKET/best-practices-and-gotchas.html#BestPracticesandGotchas-Ignoringpaths


On Sun, 03 Mar 2013 10:35:17 +0100, you wrote:

>Hi all,
>
>I have a wicket app at /*  and REST API at /rest .
>When REST returns 404 (e.g. to reqest for non-existent ID), Wicket 
>processes this.
>
>What's the technique to tell wicket to let some requests pass?
>
>I was thinking I could mount a page to /rest which would just copy the 
>response somehow, like
>
>       getRequestCycle().scheduleRequestHandlerAfterCurrent(new 
>ErrorCodeRequestHandler(...));
>
>But I believe there is a declarative way - in settings. Maybe even some 
>filter?
>
>
>Thanks,
>Ondra
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>For additional commands, e-mail: users-h...@wicket.apache.org


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

Reply via email to