Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-3848

Camel OGNL documentation uses assignment operator when it should be using equality.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.7.0
    • 2.8.0
    • camel-ognl
    • 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.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            seanparsons Sean Parsons
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: