lookfirst / sardine

an easy to use webdav client for java
Other
579 stars 185 forks source link

implemented webdav resource versioning #322

Open Ilia-poliakov opened 4 years ago

Ilia-poliakov commented 4 years ago

Hello, colleagues! In our project we use sardine. It is very useful webdav client. But recently we needed to implement working with file versioning according RFC 3253 . I have implemented the necessary things in our project by extending SardineImpl class. Now I would like share this code. Please, check my pull request and consider this feature.

dkocher commented 4 years ago

Relates to #100.

lookfirst commented 4 years ago

What do you think @dkocher ? LGTM.