Closes gh-6817
This commit is contained in:
Johnny Lim
2016-09-05 13:47:42 +09:00
committed by Stephane Nicoll
parent b7da0bd301
commit 4b9f6869f0
10 changed files with 13 additions and 18 deletions

View File

@@ -374,11 +374,6 @@ public class EndpointWebMvcChildContextConfiguration {
super(TomcatEmbeddedServletContainerFactory.class);
}
@Override
public int getOrder() {
return 1;
}
@Override
public void customize(TomcatEmbeddedServletContainerFactory container) {
AccessLogValve accessLogValve = findAccessLogValve(container);