-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 4.4.4
-
Fix Version/s: 5.2.2
-
Component/s: Direct Transfer
-
Release Notes Summary:File Name Escaping
-
Release Notes Description:
-
Epic Link:
-
Tags:
-
Sprint:nxDrive 11.2.6, nxDrive 11.2.22
-
Story Points:2
Error
Uploading the file My \r file will not work and put the upload in error:
Failed to invoke operation FileManager.Import, Failed to execute query: SELECT * FROM Document WHERE ecm:parentId = 'b5655fd3-f82e-47f0-954b-df89d8f13794' AND content/name = 'My \r' AND ecm:isTrashed = 0, Lexical Error: Illegal character <\r> at offset 107
Fix
- Escape backslashes.
- In the dialog box asking confirmation to cancel an upload, the file name should be escaped too, like using repr(filename).
- Is referenced in
- mentioned in
-
Page Loading...