NetsOSS / embedded-jetty

Provides a simple way of building an embedded Jetty that allows for xml-free applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

createRootContextHandler must do null checks

trygvis opened this issue · comments

String usePath = contextPath + subPath;

makes a funny path when subPath is null.