Partial does not set multiple value response headers correctly.
---------------------------------------------------------------
Key: CLK-697
URL: https://issues.apache.org/jira/browse/CLK-697
Project: Click
Issue Type: Bug
Components: core
Reporter: Finn Bock
The multi value headers are stored correctly, but in
Partial.setResponseHeader() all values are set on the response with
response.setXXXHeader(name, value) so only the last value in the multi value is
remembered by the response.
The first value should use setXXXHeader(name, value), the remaining values
should use addXXXHeader(name, value).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.