You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/07/02 14:02:00 UTC

[jira] [Work logged] (CXF-8051) Request gets corrupted when calling a stateful streamed secure conversation

     [ https://issues.apache.org/jira/browse/CXF-8051?focusedWorklogId=270889&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-270889 ]

ASF GitHub Bot logged work on CXF-8051:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Jul/19 14:01
            Start Date: 02/Jul/19 14:01
    Worklog Time Spent: 10m 
      Work Description: coheigea commented on pull request #564: CXF-8051 - Inline any xop Include references in a received SecurityTo…
URL: https://github.com/apache/cxf/pull/564
 
 
   …ken if MTOM is enabled
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 270889)
            Time Spent: 10m
    Remaining Estimate: 0h

> Request gets corrupted when calling a stateful streamed secure conversation
> ---------------------------------------------------------------------------
>
>                 Key: CXF-8051
>                 URL: https://issues.apache.org/jira/browse/CXF-8051
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 3.3.2
>         Environment: The request is running in a console application hosted in Netbeans on Windows Server 2012 R2. The service is a .NET WCF service on Windows Server 2012 R2.
>            Reporter: Henning Normann
>            Assignee: Colm O hEigeartaigh
>            Priority: Major
>         Attachments: EcBad.txt, EcGood.txt, ResponseFromSecurityTokenService.txt
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The request to a streamed secure conversation web service gets corrupted if the service (.NET WCF) is configured as stateless (with a stateful token carrying the state in soap cookies). If the service as configured as stateful (no soap cookies), the request is valid.
> Updated 2nd time: When the request is streamed, CXF doesn't stream the payload of the content of the token cookie, and the reference from the cookie is "unresolved". When the request is not-streamed, the cookie payload is included as base64 inside the cookie element, and everything works fine. The attached formatted requests EcBad.txt (failing from CXF) and EcGood.txt (valid request from a .NET WCF client) show the issue.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)