Fix logic error in ErrorPageFilter (fixes gh-1149)
This commit is contained in:
@@ -36,4 +36,9 @@ public class WelcomeController {
|
||||
return "welcome";
|
||||
}
|
||||
|
||||
@RequestMapping("/foo")
|
||||
public String foo(Map<String, Object> model) {
|
||||
throw new RuntimeException("Foo");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user