-
Make /error path a special case in ZuulHandlerMapping · 5961931cDave Syer authored
If there is a default route (/**) then the ZuulHandlerMapping will mask the /error path in a normal Spring Boot application. This change makes it a special case so that ZuulHandlerMapping will never map the /error route (the one specified by the ErrorController). Fixes gh-284
5961931c