Rob Ryan created SLING-6561:
-------------------------------
Summary: Proposed test case for SLING-6271
Key: SLING-6561
URL: https://issues.apache.org/jira/browse/SLING-6561
Project: Sling
Issue Type: Bug
Components: Extensions
Reporter: Rob Ryan
Priority: Minor
Attachments: sling6271test.patch
Attached is a proposed unit test for the issue reported in SLING-6271.
In the case of setContentType being called before and after
requestDispatcher.forward() each with the same content type SLING-6271 reported
that the response ended up with no content type header.
The key aspect of forward() was that it calls reset() which clears all headers
on the response.
The attached patch adds test cases for two scenarios around this: in case a
content disposition header is also needed, or in case a content disposition
header is not needed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)