[
https://issues.apache.org/jira/browse/CLK-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880712#action_12880712
]
Bob Schellink commented on CLK-697:
-----------------------------------
I shouldn't have added the headers to the Partial as it duplicates the
functionality from HttpResponse. I'll remove these methods from Partial.
Thanks
Bob
> 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.