eclipse-ee4j / metro-jax-ws

metro-jax-ws
https://eclipse-ee4j.github.io/metro-jax-ws/
BSD 3-Clause "New" or "Revised" License
72 stars 40 forks source link

HttpTransportPipe.dump=true freeze with binary messages #542

Closed Tomas-Kraus closed 2 years ago

Tomas-Kraus commented 2 years ago

When executing webservices client with

-Dcom.sun.xml.ws.transport.http.client.HttpTransportPipe.dump=true

and sending binary data

Content-Id: 23038b83-75dd-440a-8495-5a7720ed92da@example.com Content-Type: image/jpeg Content-Transfer-Encoding: binary

 ╪ α ►JFIF ☺☻ ☺ ☺  █ ♠♠ ♀¶ ♀♂♂♀↓↕‼☼¶↔

Then the print out freeze in console.

Affected Versions

[2.2.10]

Source: https://github.com/javaee/metro-jax-ws/issues/1150 Author: glassfishrobot