-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.3
-
Fix Version/s: 4.1.0
-
Component/s: Synchronizer
-
Environment:Windows 7
- install Nuxeo
- install drive 3.0.3+
- create 3 levels of folders with the same name lFsNJlvEIVvwEVYZXE6Cp5b6GOuARTt76SA0PhXQf8EYxsSYw6Ih8GO3Leih31P3ZBJNZFqIXa8hZM7XiabrfV6I83
- having each 90 characters, this provides a 270 character path
- create a picture in it
- on the client side, login
- wait for synchronization
- create a folder
- observe the parent folder is duplicated, one is empty and the other one contains the newly created folder
Please note this happens on Windows 7 but no on Windows 10 since the latter prevents such a long path name creation when right-clicking.
Update:
This bug has been fixed by the use of pathlib with NXDRIVE-1109.
- depends on
-
NXDRIVE-1109 Use the pathlib module to handle paths
- Resolved