Re: OrderedConfiguration loop

2009-02-27 Thread Joachim Van der Auwera
Fixed the problem by moving up a level and contributing a RequestHandler instead of a PageRenderRequestHandler Thanks for the help, Joachim Joachim Van der Auwera wrote: Hi, I use chenielliket-access and need to add another page render filter to handle incoming pages to intercept the SSO tok

OrderedConfiguration loop

2009-02-27 Thread Joachim Van der Auwera
Hi, I use chenielliket-access and need to add another page render filter to handle incoming pages to intercept the SSO token. I have the following configuration in my application module : configuration.add( "ProlixSsoFilter", prolixSsoFilter, "before:AccessControl" ); And get the following