Hello, 

When a URL is passed to PathHandler#addPath(String url, …), it is considered as a URL prefix. Which means one can set the URL to “/foo” and can reach “/foo/bar” too. 

Is there any way to avoid this? 
Thanks. 

Samy