Uploaded image for project: '[Read Only] - Hippo Site Toolkit 2'
  1. [Read Only] - Hippo Site Toolkit 2
  2. HSTTWO-1515

Content-Length header in binaries servlet

    XMLWordPrintable

Details

    • Improvement
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 2.20.03, 2.21.00
    • 2.20.04, 2.21.01
    • None
    • None

    Description

      Lack of Content-Length header causes some problems in mobile browsers and flash based media players like flowplayer.
      Fixed by
      response.setContentLength((int) data.getLength());
      in doGet, before IOUtils.copy(input, output);

      Attachments

        Activity

          People

            aschrijvers Ard Schrijvers
            dryabkov Denis Ryabkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: