Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29CD91120F for ; Tue, 5 Aug 2014 12:03:12 +0000 (UTC) Received: (qmail 31329 invoked by uid 500); 5 Aug 2014 12:03:12 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 31290 invoked by uid 500); 5 Aug 2014 12:03:12 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 31266 invoked by uid 99); 5 Aug 2014 12:03:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 12:03:12 +0000 Date: Tue, 5 Aug 2014 12:03:11 +0000 (UTC) From: "Nir Barel (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-5930) DelegatingInputStream dont support mark / reset anymore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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)