Ensure path starts with "/" in ErrorController
When mapping the ErrorController path to Spring Security it's important that it starts with "/". This change ensures that is the case even if the user has omitted the leading "/". Fixes gh-694
Showing
Please register or sign in to comment