I tried your suggestion.  Unfortunately, the exception is exactly as before.
(In practice, it would not have been a good idea to put the autoLogin
interceptor after the prepare interceptor, but I am definitely willing to
try anything!)

2008/6/26 Lukasz Lenart <[EMAIL PROTECTED]>:

> Try to change order of your interceptors as below
>
>           <interceptor-stack name="contribStack">
>               <interceptor-ref name="paramsPrepareParamsStack"/>
>               <interceptor-ref name="autoLogin"/>
>           </interceptor-stack>
>

Reply via email to