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);

View File

@@ -43,7 +43,7 @@ import static org.assertj.core.api.Assertions.assertThat;
import static org.springframework.hateoas.mvc.ControllerLinkBuilder.linkTo;
/**
* Integration tests for {@link HalBrowserMvcEndpoint} when a custom server context path
* Integration tests for {@link HalBrowserMvcEndpoint} when a custom server servlet path
* has been configured.
*
* @author Dave Syer