Is there a way to configure Undertow to handle the root context? For example: I've set called setContextPath("/") and I would like to access my app using, for example, http://localhost:8080/
If I access http://localhost:8080//
, it works :(.
Am I missing something?