Re: authentication context not available to action

2006-03-31 Thread Fernando Mato Mira
I seem to have get it working by making the action act as a conditional, and reorganizing the pipeline like this: value="{request-param:username}"/> uri="do-login?ugatok={

authentication context not available to action

2006-03-31 Thread Fernando Mato Mira
I am implmenting a conditional session invalidator action. When I try to access the authentication context stored in the ContextManager, I get a null pointer. What should I do to make sure this info is passed to the component? I am using it as the first action in a login pipeline: