Details
-
Task
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
2.7.0
-
None
Description
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.