Subject: | COPY and MOVE only creates top level collection if collection tree dosn't contain non-collection ressources |
If you try to copy a tree of collection which doesn't contain real
files, the copy method returns 201 (OK) right after creating the top
level collection.
As MOVE is implemented by copying and then deleting the source on
success this will leave you with no data after an seamingly successfull
MOVE operation. (unless you trigger bug #39285 which leaves you with
some almost random collection of data)