-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF22, 5.7.2
-
Component/s: WebDAV
Since NXP-12107 we use standard FileManager versioning for WebDAV. However when creating a file Windows 7 (at least) has the strange behavior of first doing a PUT of a 0-length file, then doing a second PUT of the full file (with a LOCK in between and an additional PROPPATCH with dates before the final UNLOCK).
This results in double versioning operations, which are not meaningful and confusing to the user.
- depends on
-
NXP-12107 WebDAV file updates should use FileManager for consistency
- Resolved