Camel OGNL documentation uses assignment operator when it should be using equality. -----------------------------------------------------------------------------------
Key: CAMEL-3848 URL: https://issues.apache.org/jira/browse/CAMEL-3848 Project: Camel Issue Type: Bug Components: camel-ognl Affects Versions: 2.7.0 Reporter: Sean Parsons In this page: http://camel.apache.org/ognl.html the expression "request.headers.foo = 'bar'" is used in the example when it should be "request.headers.foo == 'bar'", as the = operator is for assignment, but that is not what is suggested. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira