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 92E46200B2B for ; Tue, 28 Jun 2016 19:58:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 91C70160A6E; Tue, 28 Jun 2016 17:58:58 +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 154E2160A56 for ; Tue, 28 Jun 2016 19:58:57 +0200 (CEST) Received: (qmail 45072 invoked by uid 500); 28 Jun 2016 17:58:57 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 45019 invoked by uid 99); 28 Jun 2016 17:58:57 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2016 17:58:57 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 18B652C1F62 for ; Tue, 28 Jun 2016 17:58:57 +0000 (UTC) Date: Tue, 28 Jun 2016 17:58:57 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-10095) bug in "remove whitespace noise from uri" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 28 Jun 2016 17:58:58 -0000 [ https://issues.apache.org/jira/browse/CAMEL-10095?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-10095: -------------------------------- Fix Version/s: (was: 2.16.4) > bug in "remove whitespace noise from uri" > ----------------------------------------- > > Key: CAMEL-10095 > URL: https://issues.apache.org/jira/browse/CAMEL-10095 > Project: Camel > Issue Type: Bug > Components: camel-blueprint, camel-spring > Affects Versions: 2.17.1 > Reporter: Michal Nikod=C3=ADm > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.17.3, 2.18.0 > > > in: > {noformat}org.apache.camel.spring.handler.CamelNamespaceHandler.doBeforeP= arse(Node){noformat} > on row 107 is: > {noformat}String changed =3D value.replaceAll("\\s{2,}", "");{noformat} > but it removes all the white chars that are in an even number (2,4,6,8 et= c) -- This message was sent by Atlassian JIRA (v6.3.4#6332)