CommonsTransportHeaders does not store 2 cookies due to map implementation
--------------------------------------------------------------------------

                 Key: AXIS2-3776
                 URL: https://issues.apache.org/jira/browse/AXIS2-3776
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
            Reporter: Rajat Bhushan


 The CommonsTransportHeaders implementation as a Map does not allow two cookies 
with same key "Set-Cookie" to co-exist. I am facing a scenario where my .NET 
web service at Microsoft Project Web Access returns 2 cookies with header value 
"Set-Cookie". But one of them is overwritten due to the map implementation.

I think this can be fixed if we check that if a key is encountered that already 
exists in the map, then we can change the value for that key as 
"header=value1;header=value2". So if there are multiple entries with same 
header, the programmer using it can handle the key and not actually lose the 
information.

Files to be edited : 
kernel\src\org\apache\axis2\transport\http\CommonsTransportHeaders.java

Workaround : none

Effect : loss of cookie

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to