final HttpHandler rh = rootHttpHandlerLocal.httpHandler;
rootHttpHandlerLocal.pathUpdater.update(this, rh, request);
return rh.doHandle(request, response);
}
final RequestURIRef uriRef = request.getRequest().getRequestURIRef();
uriRef.setDefaultURIEncoding(getRequestURIEncoding());
final DataChunk decodedURI = uriRef.getDecodedRequestURIBC(
isAllowEncodedSlash());
final MappingData mappingData = request.obtainMappingData();
mapper.mapUriWithSemicolon(request.getRequest(),