The stack trace looks something like below. I'll share the required sources and exact stack trace in short time:
The link for earlier attachment (binaries only without sources) : http://tomee-openejb.979440.n4.nabble.com/file/t376364/ChunkedEncodingIssue.zip . . . ... 7 common frames omitted Caused by: java.io.IOException: Protocol violation: Unexpected single newline character in chunk size at org.apache.commons.httpclient.ChunkedInputStream.getChunkSizeFromInputStream(ChunkedInputStream.java:273) ~[commons-httpclient-3.1.jar:na] at org.apache.commons.httpclient.ChunkedInputStream.nextChunk(ChunkedInputStream.java:221) ~[commons-httpclient-3.1.jar:na] at org.apache.commons.httpclient.ChunkedInputStream.read(ChunkedInputStream.java:176) ~[commons-httpclient-3.1.jar:na] at java.io.FilterInputStream.read(FilterInputStream.java:133) ~[na:1.8.0_141] at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:108) ~[commons-httpclient-3.1.jar:na] at java.io.FilterInputStream.read(FilterInputStream.java:107) ~[na:1.8.0_141] at org.apache.commons.httpclient.AutoCloseInputStream.read(AutoCloseInputStream.java:127) ~[commons-httpclient-3.1.jar:na] at java.nio.file.Files.copy(Files.java:2908) ~[na:1.8.0_141] at java.nio.file.Files.copy(Files.java:3027) ~[na:1.8.0_141] -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
