spring-boot/spring-boot-samples/spring-boot-sample-undertow
Andy Wilkinson ff2d423fcb Correct the root context path used with Undertow
Undertow, like Tomcat, uses "" for the context path of the root
context. Previously, the Undertow deployment was being configured with
"/" for the root context. This was leading to a silent failure in
AsyncContextImpl.dispatch when it failed to look up the deployment
manager for the current request.

This commit updates UndertowEmbeddedServletContainerFactory to use the
correct context path (an empty String) for the root context.

Fixes gh-2365
2015-01-16 13:38:13 +00:00
..
src Correct the root context path used with Undertow 2015-01-16 13:38:13 +00:00
pom.xml Next development version 2015-01-07 23:37:07 -08:00