[ 
https://issues.apache.org/jira/browse/PIVOT-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Brind resolved PIVOT-125.
-------------------------------------

    Resolution: Fixed

Multiple header/parameter values are now supported.  Additionally the getters 
for Arguments, RequestProperties and ResponseProperties have been deprecated in 
favour of getters for Parameters, RequestHeaders and ResponseHeaders backed by 
an instance of the new QueryDictionary class.

> Mulltiple response headers not handled correctly.
> -------------------------------------------------
>
>                 Key: PIVOT-125
>                 URL: https://issues.apache.org/jira/browse/PIVOT-125
>             Project: Pivot
>          Issue Type: Bug
>          Components: web
>    Affects Versions: 1.1, 1.2
>            Reporter: Christopher Brind
>            Assignee: Christopher Brind
>            Priority: Minor
>             Fix For: 1.2
>
>   Original Estimate: 2h
>          Time Spent: 3h
>  Remaining Estimate: 0h
>
> While browsing the codebase I noticed that the Query class doesn't handle 
> multiple response headers, assuming there will only be one of a given name 
> (header key).  
> As discussed on dev list will change the API to support multiple headers by 
> changing:
> (static inner class of Query)
> public final class ResponsePropertiesDictionary
>         implements Dictionary<String, String>, Iterable<String>
> to 
> public final class ResponsePropertiesDictionary
>         implements Dictionary<String, Sequence<String>>, Iterable<String>
> and make any other relevant changes to support this API change.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to