You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Kishanthan Thangarajah (JIRA)" <ji...@apache.org> on 2013/10/29 05:54:31 UTC

[jira] [Updated] (AXIS2-3776) CommonsTransportHeaders does not store 2 cookies due to map implementation

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

Kishanthan Thangarajah updated AXIS2-3776:
------------------------------------------

    Affects Version/s: 1.6.2

> CommonsTransportHeaders does not store 2 cookies due to map implementation
> --------------------------------------------------------------------------
>
>                 Key: AXIS2-3776
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3776
>             Project: Axis2
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.6.2
>            Reporter: Rajat Bhushan
>            Assignee: Deepal Jayasinghe
>
>  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 was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org