Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-28897

ExportedDocument should export blobs with proper filename

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Core IO

      Description

      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

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              jaldama Jackie Aldama
              Participants:
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: