-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Synchronizer
-
Tags:
-
Backlog priority:800
-
Sprint:nxMS 9.1.2, nxMS 9.1.3
-
Story Points:1
- install nuxeo
- install drive on osx
- create a workspace and synchronize it
- on osx
- create a file with a trailing space, for example {{abcdefg }}
- wait for sync and double-check it exists in Nuxeo
- export it and double-check the trailing space is present in the *file:content* property and not in the title (this is the expected behavior)
- install drive on windows
- wait for sync
- check the files in the windows folder: a file named abcdefg (without any space) has been created
- the document is now duplicated on the server
- after exporting the new document as XML it contains a *file:content* property without the trailing space.
For the record, linux/OSX accept trailing spaces in the filenames whereas Windows does not. Thus, when synchronizing, Windows creates the file withtout any. Drive seems to recognize this as a new file and then upload it.
- is duplicated by
-
NXDRIVE-688 Drive creates duplicate files in server when the file name ends with a space
- Resolved