|
|
|
|
|
Issue Type:
|
Bug
|
|
Assignee:
|
Unassigned
|
|
Components:
|
component-soap, quickstarts
|
|
Created:
|
19/Feb/15 5:31 AM
|
|
Fix Versions:
|
2.0.1
|
|
Priority:
|
Major
|
|
Reporter:
|
Tomohisa igarashi
|
|
|
It looks cxf is printing the content of inbound message, including attachment. Wondering if we can turn it off, just print a file name, or readable hexdump.
2015-02-19 19:14:35,290 | INFO | qtp254865782-85 | ImageService | 169 - org.apache.cxf.cxf-core - 3.0.2 | Inbound Message
|
----------------------------
|
ID: 1
|
Address: http://localhost:8181/cxf/soap-attachment/ImageServiceService
|
Encoding: ISO-8859-1
|
Http-Method: POST
|
Content-Type: multipart/related; type="application/soap+xml"; boundary="----=_Part_0_1687411233.1424340875160"
|
Headers: {Accept=[application/soap+xml, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], Cache-Control=[no-cache], connection=[keep-alive], Content-Length=[23071], content-type=[multipart/related; type="application/soap+xml"; boundary="----=_Part_0_1687411233.1424340875160"], Host=[localhost:8181], Pragma=[no-cache], User-Agent=[Java/1.7.0_75]}
|
Payload: ------=_Part_0_1687411233.1424340875160
|
Content-Type: application/soap+xml; charset=utf-8
|
|
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Header/><env:Body><echoImage xmlns="urn:switchyard-quickstart:soap-attachment:1.0">cid:switchyard.png</echoImage></env:Body></env:Envelope>
|
------=_Part_0_1687411233.1424340875160
|
Content-Type: image/png
|
Content-ID: switchyard.png
|
|
<U+0089>PNG
|
XXXxxx...(snip)
|
|
|
|
|
|
|