spring-boot/spring-boot-docs
Dave Syer 538afc4ab1 Make some methods in BasicErrorController protected
Spring MVC requires all handlers for the same path to be on the same handler
so if anyone wants to add new handlers for different content types they
have to copy a lot of code from BasicErrorController. This change increases
the visibility of the basic utility methods in BasicErrorController so that
custom handlers can be added easily.

Fixes gh-3828
2015-08-26 17:27:35 +01:00
..
src/main Make some methods in BasicErrorController protected 2015-08-26 17:27:35 +01:00
pom.xml Next development version 2015-07-01 22:48:01 -07:00