Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A1C0C200AC9 for ; Sun, 22 May 2016 22:13:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A076F160A2F; Sun, 22 May 2016 20:13:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1EFBB1609AF for ; Sun, 22 May 2016 22:13:13 +0200 (CEST) Received: (qmail 17169 invoked by uid 500); 22 May 2016 20:13:13 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 17129 invoked by uid 99); 22 May 2016 20:13:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 May 2016 20:13:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EE9C72C1F56 for ; Sun, 22 May 2016 20:13:12 +0000 (UTC) Date: Sun, 22 May 2016 20:13:12 +0000 (UTC) From: "Buddhima Wijeweera (JIRA)" To: dev@synapse.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SYNAPSE-1011) Fault sequence is not get triggered when an exception comes to AbstractListMediator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 22 May 2016 20:13:14 -0000 Buddhima Wijeweera created SYNAPSE-1011: ------------------------------------------- Summary: Fault sequence is not get triggered when an exception comes to AbstractListMediator Key: SYNAPSE-1011 URL: https://issues.apache.org/jira/browse/SYNAPSE-1011 Project: Synapse Issue Type: Bug Components: Core Reporter: Buddhima Wijeweera Assignee: Hiranya Jayathilaka Attachments: exception_handling_in_AbstractListMediator.diff Sample scenario: API: {noformat} {noformat} Sending POST request to: http://localhost:8280/payments/edit With payload: {noformat} a&aa {noformat} Expected behavior is, fault sequence of API should be triggered as payload contains invalid characters. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org