!resourceConfig.getLanguageMappings().isEmpty()) {
uriConneg(path, request);
}
if (!rootsRule.accept(path, null, localContext)) {
throw new NotFoundException();
}
} catch (WebApplicationException e) {
mapWebApplicationException(e, response);
} catch (MappableContainerException e) {
mapMappableContainerException(e, response);