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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2008/05/17 22:11:55 UTC

[jira] Assigned: (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 ]

Deepal Jayasinghe reassigned AXIS2-3776:
----------------------------------------

    Assignee: Deepal Jayasinghe

> 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
>            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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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