Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C02610DFF for ; Fri, 13 Dec 2013 18:09:07 +0000 (UTC) Received: (qmail 24165 invoked by uid 500); 13 Dec 2013 18:09:07 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 24135 invoked by uid 500); 13 Dec 2013 18:09:07 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 24127 invoked by uid 99); 13 Dec 2013 18:09:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 18:09:07 +0000 Date: Fri, 13 Dec 2013 18:09:07 +0000 (UTC) From: "Suresh Marru (JIRA)" To: dev@airavata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AIRAVATA-943) Xbaya output component's notification bug. 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/AIRAVATA-943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Marru updated AIRAVATA-943: ---------------------------------- Fix Version/s: (was: 0.10) 0.11 > Xbaya output component's notification bug. > ------------------------------------------- > > Key: AIRAVATA-943 > URL: https://issues.apache.org/jira/browse/AIRAVATA-943 > Project: Airavata > Issue Type: Bug > Components: XBaya > Affects Versions: 0.9 > Reporter: Heejoon Chae > Labels: patch > Fix For: 0.9, 0.11 > > Original Estimate: 168h > Remaining Estimate: 168h > > If the result output string contains '&' character, the output component receives '&' as below. > The echo component generates 'test&test' string, but at the output component's notification(pops up by clicking monitoring panel) got 'test&test'. > This brakes the http:xxx links if it has '&' character as final output result. > xmlns:ns="http://airavata.apache.org/schemas/wft/2011/08"> > > 2013-10-23T17:29:39.599+09:00 > result=test&test > > > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:ns="http://airavata.apache.org/schemas/gfac/2012/12"> > test&test > > > > > > -- This message was sent by Atlassian JIRA (v6.1.4#6159)