Merge branch '2.1.x' into 2.2.x
Closes gh-22525
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user