You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Sean Parsons (JIRA)" <ji...@apache.org> on 2011/04/08 12:25:05 UTC

[jira] [Created] (CAMEL-3848) Camel OGNL documentation uses assignment operator when it should be using equality.

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

[jira] [Updated] (CAMEL-3848) Camel OGNL documentation uses assignment operator when it should be using equality.

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3848:
-------------------------------

         Priority: Trivial  (was: Major)
    Fix Version/s: 2.8.0
         Assignee: Claus Ibsen
       Issue Type: Task  (was: Bug)

> 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: Task
>          Components: camel-ognl
>    Affects Versions: 2.7.0
>            Reporter: Sean Parsons
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.8.0
>
>
> 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

[jira] [Resolved] (CAMEL-3848) Camel OGNL documentation uses assignment operator when it should be using equality.

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3848.
--------------------------------

    Resolution: Fixed

Thanks

> 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: Task
>          Components: camel-ognl
>    Affects Versions: 2.7.0
>            Reporter: Sean Parsons
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.8.0
>
>
> 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