[
https://issues.apache.org/jira/browse/CAMEL-10095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michal Nikodím updated CAMEL-10095:
-----------------------------------
Summary: bug in "remove whitespace noise from uri" (was: bugged remove
whitespace noise from uri)
> 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-core, camel-spring
> Affects Versions: 2.17.1
> Reporter: Michal Nikodím
> Priority: Critical
>
> in:
> org.apache.camel.spring.handler.CamelNamespaceHandler.doBeforeParse(Node)
> on row 107 is:
> String changed = value.replaceAll("\\s{2,}", "");
> but it removes all the white chars that are in an even number (2,4,6,8 etc)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)