public CanonicalPathHandler setNext(final HttpHandler next) {
   Handlers.handlerNotNull(next);
   this.next = next;
   return this;
 }