wt., 10 mar 2020 o 15:35 Burton Rhodes <[email protected]> napisał(a): > <interceptor-stack name="myDefaultStack"> > <interceptor-ref name="noCacheInterceptor" /> > <interceptor-ref name="sessionInterceptor" /> > <interceptor-ref name="accountInterceptor" /> > <interceptor-ref name="exceptionInterceptor"> > <param name="logEnabled">true</param> > <param name="logLevel">ERROR</param> > </interceptor-ref>
I would move your "exceptionInterceptor" to be the very first interceptor in the stack, it looks like it catches an exception but redirect to error.jsp cannot be handled as some response was already committed. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

