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 98B73E8C8 for ; Wed, 27 Feb 2013 11:45:16 +0000 (UTC) Received: (qmail 51470 invoked by uid 500); 27 Feb 2013 11:45:16 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 51341 invoked by uid 500); 27 Feb 2013 11:45:15 -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 51261 invoked by uid 99); 27 Feb 2013 11:45:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 11:45:12 +0000 Date: Wed, 27 Feb 2013 11:45:12 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-4860) Request.Inpustream Lost MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-4860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin resolved CXF-4860. ----------------------------------- Resolution: Fixed Fix Version/s: 2.6.7 2.7.4 2.8.0 Assignee: Sergey Beryozkin HttpServletRequest getAttribute is now checked instead > Request.Inpustream Lost > ----------------------- > > Key: CXF-4860 > URL: https://issues.apache.org/jira/browse/CXF-4860 > Project: CXF > Issue Type: Bug > Components: Transports > Affects Versions: 2.6.6 > Environment: On JEUS Web Application Server > Reporter: Keunil Yoon > Assignee: Sergey Beryozkin > Fix For: 2.8.0, 2.7.4, 2.6.7 > > > Hi. > I am using CXF on WAS (JEUS 6). > I called jax-rs service with "application/x-www-form-urlencoded" content type. > I'm ok with Tomcat or WebLogic. > But some WAS lost request.getInpustream.(It already read). > When CXF 2.3.x was good. but after 2.4.X, > AbstractHTTPDestination.class changed and copyKnownRequestParameters code is added. > I think copyKnownRequestParameters method call request.getParameter, so WAS read request.inpustream. So some Interceptor can't handle inpustream. > WAS can not be changed. Can you suggest any solution? > Is copyKnownRequestParameters method necessary method. > Thanks. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira