Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 97504 invoked from network); 17 Jan 2008 01:14:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2008 01:14:58 -0000 Received: (qmail 63407 invoked by uid 500); 17 Jan 2008 01:14:48 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 63397 invoked by uid 500); 17 Jan 2008 01:14:48 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 63382 invoked by uid 99); 17 Jan 2008 01:14:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2008 17:14:48 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 01:14:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25782714247 for ; Wed, 16 Jan 2008 17:14:35 -0800 (PST) Message-ID: <2824735.1200532475151.JavaMail.jira@brutus> Date: Wed, 16 Jan 2008 17:14:35 -0800 (PST) From: "Lucas Lampietti (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Commented: (CXF-1155) Parameters are not all processed if non ordered as parts... In-Reply-To: <26681923.1193785610580.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559773#action_12559773 ] Lucas Lampietti commented on CXF-1155: -------------------------------------- Sorry, i forgot to tell you this happens with a RESTful service with JSON support, where inbound stream is build by a framework (mootools) which doesn't respect order of the passed in elements (in the same order as defined in the wsdl) when it makes XHR > Parameters are not all processed if non ordered as parts... > ----------------------------------------------------------- > > Key: CXF-1155 > URL: https://issues.apache.org/jira/browse/CXF-1155 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0.2 > Reporter: Lucas Lampietti > Priority: Critical > > Parts are read only one time with the iterator in DocLiteralInInterceptor.getPara(), creating an uncomplete list in case of non ordered parameters. > I think a temporary list of parts should be used by getPara() in place of an iterator, remove the part from this temporary list when parameter matched, and then redo the loop from beginning of this list. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.