Thanks Lukasz - I will give that a try!

On Sun, Mar 15, 2020 at 12:43 PM Lukasz Lenart <lukaszlen...@apache.org>
wrote:

> wt., 10 mar 2020 o 15:35 Burton Rhodes <burtonrho...@gmail.com>
> 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: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to