Re: PageRenderRequestFilter

2012-06-01 Thread Thiago H de Paula Figueiredo
On Fri, 01 Jun 2012 11:40:00 -0300, Angelo C. wrote: Hi, Hi! is this the correct way of hooking a PageRenderRequestFilter ? Yes. It works for a few hours, then the app simply stops responding after a few thousands of counts: Are you sure it isn't something else that is m

PageRenderRequestFilter

2012-06-01 Thread Angelo C.
Hi, is this the correct way of hooking a PageRenderRequestFilter ? It works for a few hours, then the app simply stops responding after a few thousands of counts: public class CountRequestFilter implements PageRenderRequestFilter { final private RedisService redisService; public