-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Core IO
ExportedDocument exports blobs with a random filename right now:
String blobPath = Integer.toHexString(RANDOM.nextInt()) + ".blob";
I don't believe this is necessary and would be more valuable to store with the actual filename.
Code in question: https://github.com/nuxeo/nuxeo/blob/master/modules/core/nuxeo-core-io/src/main/java/org/nuxeo/ecm/core/io/impl/ExportedDocumentImpl.java#L313