Nir Barel created CXF-5930:
------------------------------
Summary: DelegatingInputStream dont support mark / reset anymore
Key: CXF-5930
URL: https://issues.apache.org/jira/browse/CXF-5930
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 2.7.11
Reporter: Nir Barel
Priority: Critical
Hi,
we implement MessageBodyReader readFrom method
and during the reading of inputstream we want to use mark and reset on the
stream but we get exception:
Caused by: java.io.IOException: mark/reset not supported
at java.io.InputStream.reset(InputStream.java:369)
this works ok in version 2.7.7 and 2.7.4
--
This message was sent by Atlassian JIRA
(v6.2#6252)