Skip to content

Commit

Permalink
Revert lock discovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jan 13, 2025
1 parent 47800d7 commit cdcd134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/github/sardine/impl/SardineImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ public List<DavResource> list(String url, int depth, java.util.Set<QName> props)
prop.setGetcontenttype(objectFactory.createGetcontenttype());
prop.setResourcetype(objectFactory.createResourcetype());
prop.setGetetag(objectFactory.createGetetag());
prop.setLockdiscovery(objectFactory.createLockdiscovery());
addCustomProperties(prop, props);
body.setProp(prop);
return propfind(url, depth, body);
Expand Down

0 comments on commit cdcd134

Please sign in to comment.