Merge branch '2.1.x' into 2.2.x

Closes gh-22525
This commit is contained in:
Stephane Nicoll
2020-07-23 11:01:05 +02:00
3 changed files with 2 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ class MvcConfiguration extends WebMvcConfigurerAdapter {
log.info "Creating interceptor"
[
postHandle: { request, response, handler, mav ->
log.info "Intercepted: model=" + mav.model
MvcConfiguration.log.info "Intercepted: model=" + mav.model
}
] as HandlerInterceptorAdapter
}