lookfirst / sardine

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

Improve JavaDocs regarding handling of directories #316

Closed 8ware closed 4 years ago

8ware commented 4 years ago

Some operations require the source URL to contain a trailing slash when referring to a directory, namely move, copy and delete. The put method on the other hand requires the source URL not pointing to a directory. In both cases a 301 Moved Permanently status might be issued otherwise (cf. issue #189).

lookfirst commented 4 years ago

Sure. Thanks. =)