Hard to tell without code. On Wed, Feb 27, 2013 at 6:16 AM, Julien Richard-Foy <[email protected]>wrote:
> 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 my filter, and the “next” > restlet of my filter is the Spring router) > > When I start the application I can get my resources, the authentication > filter works perfectly but the `afterHandle` method of my filter is not > called (by the way, the `beforeHandle` method is not called either). > > What did I miss in my configuration? > > Julien > > ------------------------------------------------------ > > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3049936 > ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=3049953

