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

Daniel Kulp resolved CXF-5930.
------------------------------
       Resolution: Not a Problem
    Fix Version/s: Invalid


There never was any guarantee that mark/reset would work on any of the streams. 
  In many cases, we use the raw streams directly from the transport which may 
not support those.   If you need those, you need to wrapper the stream with a 
bufferedInputStream.

> AbstractHTTPDestination used SequenceInputStream that doesn't support mark() 
> and reset()
> ----------------------------------------------------------------------------------------
>
>                 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
>             Fix For: Invalid
>
>
> Hi,
> due to CXF-5635 that improve LoggingInInterceptor now the 
> AbstractHTTPDestination used SequenceInputStream
> that doesn't support mark() and reset()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to