You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Joachim F. Kainz (JIRA)" <ji...@apache.org> on 2011/08/05 23:35:27 UTC

[jira] [Created] (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"

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

        

[jira] [Resolved] (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"

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Beryozkin resolved CXF-3715.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: NeedMoreInfo)
                   2.4.3
                   2.3.7

> 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
>             Fix For: 2.3.7, 2.4.3
>
>
> 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

        

[jira] [Updated] (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"

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-3715:
-----------------------------

    Fix Version/s: Invalid

> 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
>             Fix For: NeedMoreInfo
>
>
> 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

        

[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"

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Updated] (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"

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-3715:
-----------------------------

    Fix Version/s:     (was: Invalid)
                   NeedMoreInfo

> 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
>             Fix For: NeedMoreInfo
>
>
> 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