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


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