Re: [Dev] Support multiple Set-Cookie header in Integration Server

2016-08-29 Thread Afkham Azeez
I think this is a poor design oversight and no specific reason, and we haven't thought about multi-valued headers. Please go ahead and change the API. On Mon, Aug 29, 2016 at 12:16 PM, Nuwan Wimalasekara wrote: > Hi > In our code, We are using a map to keep the headers. Even

[Dev] Support multiple Set-Cookie header in Integration Server

2016-08-29 Thread Nuwan Wimalasekara
Hi In our code, We are using a map to keep the headers. Even if there are multiple headers with same name with the incoming request, We only keep one. As the design we are unable to handle the multiple headers with same name at the moment. However HttpMessage received from netty includes all the