Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.2.33
-
None
-
None
-
-
Empty show more show less
-
Yes
-
Nucleus 37
-
3
-
Small
-
Yes
Description
Steps to reproduce
- Upload a pdf
- runÂ
curl -svko /dev/null -X GET 'http://localhost:8080/magnoliaPublic/dam/jcr:518d21bb-b021-43a4-b56d-fe13c16ed0e1/Kube.pdf' --http1.1 -H 'Range: bytes=0-20971519'
 (use bigger number then size of the document here, or 8192, see the comment)
- check output, when using http1.1 you can see the transfer-encoding set and content-length is 0, when using http1.0 content-length is 0
Â
Expected results
no transfer-encoding header just content-length to the right size
.. Justify non-trivial expectations with a link to a doc or a relevant discussion.
Actual results
Workaround
disable filter for pdf's
Development notes
Checklists
Acceptance criteria
Attachments
Issue Links
- is related to
-
MAGNOLIA-4713 Uncached pages are sent with incorrect content-length response header
-
- Closed
-
1.
|
Implementation |
|
Completed | AntonĂn Juran |
2.
|
Code review |
|
Completed | Adam Siska |
3.
|
Pre-integration QA |
|
Completed | Adam Siska |
4.
|
Final QA |
|
Completed | Quach Hao Thien |