[ 
https://issues.apache.org/jira/browse/CXF-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jörg Rade updated CXF-7622:
---------------------------
    Description: 
AttachmentSerializer.java was changed and re-introduced faulty behavior (please 
see comment

Actual:
{code:java}
Content-Type: application/xop+xml; charset=UTF-8; type="application/soap+xml; 
action=\"preview\""{code}
Expected:
{code:java}
Content-Type: application/xop+xml; charset=UTF-8; type="application/soap+xml"; 
action="preview"{code}
The quote is appended instead of inserted.

Please fix, eventually revert to old code.

See: 
[https://github.com/apache/cxf/commit/9bbf1acd7291416f9afcd312e7dc302e9031fa25#diff-230a76e41a0370126d1e6e2ea28728ee]

  was:
AttachmentSerializer.java was changed and re-introduced faulty behavior (please 
see comment 

Actual:
{code:java}
start-info="application/soap+xml; action="preview""{code}
Expected:
{code:java}
start-info="application/soap+xml"; action="preview"{code}
The quote is appended instead of inserted.

Please fix, eventually revert to old code.

See: 
https://github.com/apache/cxf/commit/9bbf1acd7291416f9afcd312e7dc302e9031fa25#diff-230a76e41a0370126d1e6e2ea28728ee


> Quote is appended instead of inserted
> -------------------------------------
>
>                 Key: CXF-7622
>                 URL: https://issues.apache.org/jira/browse/CXF-7622
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 3.1.12
>            Reporter: Jörg Rade
>            Priority: Major
>
> AttachmentSerializer.java was changed and re-introduced faulty behavior 
> (please see comment
> Actual:
> {code:java}
> Content-Type: application/xop+xml; charset=UTF-8; type="application/soap+xml; 
> action=\"preview\""{code}
> Expected:
> {code:java}
> Content-Type: application/xop+xml; charset=UTF-8; 
> type="application/soap+xml"; action="preview"{code}
> The quote is appended instead of inserted.
> Please fix, eventually revert to old code.
> See: 
> [https://github.com/apache/cxf/commit/9bbf1acd7291416f9afcd312e7dc302e9031fa25#diff-230a76e41a0370126d1e6e2ea28728ee]



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

Reply via email to