Unable to setup a filter

2013-02-27 Thread Julien Richard-Foy
Hi, I wrote a filter that adds some HTTP headers to all responses (using the `afterHandle` hook). The filter is created at startup (by Spring) and is put just between an authentication filter and the main router (SpringBeanRouter). (I mean, the “next” restlet of the authentication filter is

Re: Unable to setup a filter

2013-02-27 Thread Tim Peierls
Hard to tell without code. On Wed, Feb 27, 2013 at 6:16 AM, Julien Richard-Foy jul...@richard-foy.frwrote: Hi, I wrote a filter that adds some HTTP headers to all responses (using the `afterHandle` hook). The filter is created at startup (by Spring) and is put just between an