in src/main/java/org/apache/sling/jcr/webdav/impl/helper/SlingLocatorFactory.java [97:101]
public DavResourceLocator createResourceLocator(String prefix,
String workspacePath, String resourcePath, boolean isResourcePath) {
return new SlingResourceLocator(prefix, workspacePath, resourcePath,
this);
}