-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: WEBUI-0.8.0, 8.10
-
Component/s: Live Connect (Google Drive, Dropbox, OneDrive...), Web UI
-
Epic Link:
-
Tags:
-
Sprint:nxGang Sprint 8.4.7, nxGang Sprint 8.4.8, nxGang Sprint 8.4.9
-
Story Points:3
Private method checkMimeType in FileManagerService retrieves the mime-type based on the file's name, and if that fails, it relies on the blob's mime-type, but only if it's normalized. Otherwise, it tries to read the blob, and fails if the blob as no stream available. This happens for a native Google Drive document. I propose a flag to to disable the checkMimeType when importing a document. Default behavior will not be changed.
This will only be used by Web UI, as JSF UI does not rely on this operation when creating documents.
- is required by
-
NXP-26895 Mime types not being normalised when uploaded through REST API
- Resolved