Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.17.1
-
Component/s: camel-blueprint, camel-spring
-
Labels:None
-
Estimated Complexity:Unknown
-
Flags:Important
Description
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)