Simple language to support AND / OR for cancat multiple expressions
-------------------------------------------------------------------
Key: CAMEL-1637
URL: https://issues.apache.org/activemq/browse/CAMEL-1637
Project: Apache Camel
Issue Type: New Feature
Components: camel-core
Affects Versions: 2.0-M1
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Priority: Minor
Fix For: 2.0.0
The simple language only supports a single expression with a single operator.
We should add support for adding AND , OR as operator to concat two expressions.
Currently we only support a single AND , OR as it will cover most use cases.
Now you can do:
{code}
${in.header.foo} == abc and ${in.header.bar} == 123
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.