Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-15729

Add support for partial attachment downloads

    XMLWordPrintable

Details

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.

      Confluence does not currently support partial downloads of attachment content using the standard "Range" header. This means that the download of attachments cannot be resumed if interrupted.

      Steps to confirm the current behavior:

      1. Locate the full URL of an attachment stored in Confluence, such as:
        http://localhost:8080/confluence/download/attachments/32792/orly.jpg
      2. Telnet to the appropriate port on a machine running Confluence 2.10.3
      3. Make a partial request by entering the following text:
        GET /confluence/download/attachments/32792/orly.jpg HTTP/1.1
        Range: bytes=0-16
        Host: localhost
        
        
        
      4. Only 16 bytes should be returned, instead the whole file is returned.

      Attachments

        Issue Links

          Activity

            People

              igerges Issac Gerges (Inactive)
              aatkins TonyA
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: