On Sun, Dec 25, 2011 at 3:45 AM, Pierce Wetter <[email protected]> wrote:

>
>  So we have a service that sets 3 cookies in one Set-Cookie header, but
> after going through the ESB we only get the first cookie. Has anyone else
> seen this and if so do you have a workaround?
>

>  If not, any pointers on where the cookie stuff lives so I can figure out
> how to fix the problem?
>

All transport headers can be manipulated as properties:

<properties name="Set-Cookie" value="...." scope="transport"/>

or

use the XPath '$trp:Set-Cookie'

You can use this to print/log the value of the Set-Cookie header in the ESB
and see what's going on.

Thanks,
Hiranya


>
> Pierce
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Hiranya Jayathilaka
Associate Technical Lead;
WSO2 Inc.;  http://wso2.org
E-mail: [email protected];  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to