String uriEncoding = (String) grizzlyEmbeddedHttp.getProperty("uriEncoding");
HttpRequestURIDecoder.decode(decodedURI, urlDecoder, uriEncoding, null);
final CharChunk decodedURICC = decodedURI.getCharChunk();
final int semicolon = decodedURICC.indexOf(';', 0);
// Map the request without any trailling.
adapter = mapUriWithSemicolon(req, decodedURI, semicolon, mappingData);
if (adapter == null || adapter instanceof ContainerMapper) {
String ext = decodedURI.toString();