This commit is contained in:
Phillip Webb 2016-11-28 15:40:08 -08:00
parent ec73144240
commit dada7423b0
2 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,5 @@ class HazelcastSessionConfiguration {
} }
} }
} }

View File

@ -511,7 +511,6 @@ public class ServerPropertiesTests {
map.put("server.undertow.accesslog.dir", "test-logs"); map.put("server.undertow.accesslog.dir", "test-logs");
map.put("server.undertow.accesslog.rotate", "false"); map.put("server.undertow.accesslog.rotate", "false");
bindProperties(map); bindProperties(map);
UndertowEmbeddedServletContainerFactory container = spy( UndertowEmbeddedServletContainerFactory container = spy(
new UndertowEmbeddedServletContainerFactory()); new UndertowEmbeddedServletContainerFactory());
this.properties.getUndertow().customizeUndertow(this.properties, container); this.properties.getUndertow().customizeUndertow(this.properties, container);