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
If you try to go to the /welcome url in my github project (https://github.com/asolanaruiz/spring-boot-sample-web-jsp) a JasperException will be thrown because the welcome.jspx file has an invalid tag.
The ErrorPageFilter will redirect you to the error page but the original exception is not shown in the console or log file.
According to the comment found in the forwardToErrorPage method of the ErrorPageFilter class, the exception should have been logged already, but in this case I don't see it. I only see the "Cannot forward to error page..." message.