Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-3344

[Framework] Filter parsing treats ** as invalid syntax

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • framework-4.0.2
    • framework-4.2.0
    • Framework
    • None

    Description

      Our filter parser currently treats successive wildcards (i.e., **) as a syntax error. Technically, there is no reason this needs to be a syntax error. Successive wildcards are equivalent to a single wildcard. We could handle this by simplying allowing it or by collapsing it to a single wildcard and effectively ignore it.

      Attachments

        Activity

          People

            rickhall Richard S. Hall
            rickhall Richard S. Hall
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: