1
mirror of https://github.com/rclone/rclone synced 2024-12-01 10:31:57 +01:00
rclone/backend/webdav
Nick Craig-Wood 08c4854e00 webdav: fix identification of directories for Bitrix Site Manager - #2716
Bitrix Site Manager emits `<D:resourcetype><collection/></D:resourcetype>`
missing the namespace on the `collection` tag.  This causes the item
to be identified as a file instead of a directory.

To work around this look at the Microsoft extension prop
`iscollection` which seems to be emitted as well.
2019-02-03 12:34:18 +00:00
..
api webdav: fix identification of directories for Bitrix Site Manager - #2716 2019-02-03 12:34:18 +00:00
odrvcookie build: fix problems found with structcheck linter 2019-02-02 11:45:07 +00:00
webdav_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00
webdav.go webdav: fix identification of directories for Bitrix Site Manager - #2716 2019-02-03 12:34:18 +00:00