Uploaded image for project: 'Commons JEXL'
  1. Commons JEXL
  2. JEXL-135

using map as script parameter or local variable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.1
    • 2.1.2, 3.0
    • None

    Description

      On behalf of Tomas Kukosa:

      Hello,

      I use jexl 2.1.1 and I can not access map passed as a script parameter.

      When I have the script with 'stat' parameter and following code:
      var a = state; ## OK
      var b = state[3]; ## ERROR
      the first assignment works OK but the second fails with the reason 'undefined variable state'
      Also I can see that the interpreter tried to get 'state' variable from context.

      The same result is seen if parameter is assigned to local variable and then it is accessed through it.

      Is it a bug or intentional behavior?

      Regards,
      Tomas

      Attachments

        Activity

          People

            henrib Henri Biestro
            henrib Henri Biestro
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: