-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.1
-
Fix Version/s: 4.0.1
-
Component/s: Synchronizer
Previously synchronize a folder with your local Mac computer
Scenario 1 (folder copy)
On MacOS:
- in a local folder, create a folder named / * ? < > |
- select it and copy it to a Nuxeo Drive folder
- the folder is synchronized and the name is not changed
On Nuxeo side:
- the folder is slightly renamed: the slash has been replaced by a colon : : * ? < > |
On Windows 10:
- the folder is completely renamed with dashes: - - - - -
=> inconsistency on all systems
Second scenario (folder rename)
On MacOS:
- in a Nuxeo Drive folder, right-click and select New Folder
- rename the newly created folder to / * ? < >
- the folder is synchronized and renamed to - - - - -
On Nuxeo side:
- the folder is slightly renamed: the slash has been replaced by a colon : : * ? < >
On Windows 10:
- the folder is completely renamed with dashes: - - - - - (same name as on MacOS)
=> inconsistency between the server and the desktop environments
Third scenario (file copy)
On MacOS:
- in a local folder, create a file named / * ? < > |.docx
- select it and copy it to a Nuxeo Drive folder
- the file is synchronized and renamed to - - - - -.docx
On Nuxeo side:
- the file name is similar on the server : - - - - -.docx
On Windows 10:
- the file iname is similar on: - - - - -.docx
=> here everything is consistent in all environments!
Last scenario (file rename)
On MacOS:
- in a local folder, create a file named fichier.docx
- select it and copy it to a Nuxeo Drive folder
- the file is synchronized
- rename the file to / * < >.docx => the file name is kept
On Nuxeo side:
- the file is slightly renamed: the slash has been replaced by a colon : : * ? < >.docx
On Windows 10:
- the file is completely renamed with dashes: - - - -.docx
=> inconsistency on all systems
EXPECTED RESULT
on macos and nuxeo server : in any case, replace only "/" by "-"
on windows : replace any unauthorized character by "-"
> See attachment for wrap up
- is related to
-
NXDRIVE-2200 Fix tests from test_special_characters.py
- Resolved