Commit f42a6536 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.0.x'

parents 7257572d f5ba9952
...@@ -70,6 +70,7 @@ class ServletManagementChildContextConfiguration { ...@@ -70,6 +70,7 @@ class ServletManagementChildContextConfiguration {
} }
@Bean @Bean
@ConditionalOnClass(name = "io.undertow.Undertow")
public UndertowAccessLogCustomizer undertowAccessLogCustomizer() { public UndertowAccessLogCustomizer undertowAccessLogCustomizer() {
return new UndertowAccessLogCustomizer(); return new UndertowAccessLogCustomizer();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment