You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom ErrorController to overwrite the errorHtml method.
In this method I would like to redirect to a different URL. Therefore, I am using a RedirectView.
If I run this application with the embedded Tomcat I get redirected to the correct URL.
However if the application is deployed to a standalone Tomcat I get the tomcat error page.
I think the ErrorPageFilter isn't handling this case correctly.