Ralf Steppacher created CAMEL-6953:
--------------------------------------
Summary: Camel Simple expression "${headers.CamelHttpUrl} contains
'foo'" never becomes true
Key: CAMEL-6953
URL: https://issues.apache.org/jira/browse/CAMEL-6953
Project: Camel
Issue Type: Bug
Components: camel-core, camel-jetty
Affects Versions: 2.12.1, 2.11.2, 2.10.5
Reporter: Ralf Steppacher
The exchange header CamelHttpUrl is of type StringBuffer and not String. This
causes the simple expression "${headers.CamelHttpUrl} contains 'foo'" to always
evaluate to false, because
org.apache.camel.util.ObjectHelper::contains(Object,Object) does not handle
StringBuffer.
Either the header should be of type String or
org.apache.camel.util.ObjectHelper::contains(Object,Object) should deal with
StringBuffer arguments.
--
This message was sent by Atlassian JIRA
(v6.1#6144)