-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.6.0-HF14
-
Fix Version/s: 5.5.0-HF18, 5.6.0-HF17, 5.7.1
-
Component/s: Image Management, WebDAV
Thumbnail is not generated because WebDAV (at least Windows client) does not provide a content type, so it is set to "application/octet-stream" which prevents from computing metadata
Quick fix: if mimetype is "application/octet-stream", we should use imaging service to get the real mime type (as it's done when mime type is null)
Other fix: do not set mime type to "application/octet-stream" in WebDAV code
- is required by
-
NXP-11329 Fix picture upload from WebDAV
- Resolved