depth = Integer.parseInt(sDepth);
}
String href = encodedUrl.replace("/_DAV/PROPFIND", "");
log.debug("prop builder: " + propertyBuilder.getClass());
ParseResult parseResult = new ParseResult(false, fields);
List<PropFindResponse> props = propertyBuilder.buildProperties(wrappedResource, depth, parseResult, href);
String where = params.get("where");
filterResults(props, where);