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 token.

I have the following configuration in my application module :

configuration.add( "ProlixSsoFilter", prolixSsoFilter, "before:AccessControl" );

And get the following exception :

"Unable to add 'ProlixSsoFilter' as a dependency of 'AccessControl', as that forms a dependency cycle ('AccessControl' depends on itself via 'ProlixSsoFilter'). The dependency has been ignored."

This is caused by the AccessControl filter (which is in a library) being defined as

configuration.add("AccessControl", accessFilter, "before:*");

Is there a way to force the precedence I mentioned (and thus "fix" the loop).

Thanks for the help,
Joachim



--
Joachim Van der Auwera
PROGS bvba, progs.be


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

Reply via email to