You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2011/08/07 22:10:27 UTC

[jira] [Commented] (CXF-3715) AbstractClient.java split Cookie "BC=0; expires=Fri, 05-Aug-2011 22:04:41 GMT; path=/; domain=.jolira.com" into two cookies "BC=0; expires=Fri," and "05-Aug-2011 22:04:41 GMT; path=/; domain=.jolira.com"

    [ https://issues.apache.org/jira/browse/CXF-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080636#comment-13080636 ] 

Sergey Beryozkin commented on CXF-3715:
---------------------------------------

I'm not sure we can fix it for 2.2.x given that 2.2.x line has been dropped and not supported.
I believe it has been fixed for 2.3.x, 2.4.x.
Can you afford moving to 2.3.5 for example ?

If not then a workaround is required, example, registering CXF in interceptor which would preprocess cookies containing commas 


> AbstractClient.java split Cookie "BC=0; expires=Fri,  05-Aug-2011 22:04:41 GMT; path=/; domain=.jolira.com" into two cookies "BC=0; expires=Fri," and "05-Aug-2011 22:04:41 GMT; path=/; domain=.jolira.com"
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-3715
>                 URL: https://issues.apache.org/jira/browse/CXF-3715
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.2.12
>            Reporter: Joachim F. Kainz
>
> AbstactClient.java line 347 to 355 does not make sense for us. Perfectly good cookies are split into two parts for no reason.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira