}
}
String uri =
uriInfo.getBaseUriBuilder().path(getClass()).path(repoName).path(workspaceName(repoPath)).build()
.toString();
return new GetCommand(webDavServiceInitParams.getXsltParams()).get(session, path(repoPath), version, uri,
ranges, ifModifiedSince, ifNoneMatch, webDavServiceInitParams.getCacheControlMap());
}
catch (PathNotFoundException exc)
{