spring-boot/spring-boot-autoconfigure
Phillip Webb cfbac20807 Ensure ErrorControllers work when using AOP
Add a BeanFactoryPostProcessor to set PRESERVE_TARGET_CLASS_ATTRIBUTE
to true on all ErrorController bean definitions. Without this attribute
AOP advice on @Controllers causes ErrorController beans to be created
as JDK proxies (since they implement a single valid looking interface)
and therefore not get found by Spring MVC.

Fixes gh-4236
2015-10-20 13:42:38 -07:00
..
src Ensure ErrorControllers work when using AOP 2015-10-20 13:42:38 -07:00
pom.xml Next Development Version 2015-10-16 05:57:24 -07:00