Handle malformed paths in the dependency graph

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Query Optimization
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Part of the umbrella ticket SERVER-123563 dealing only with malformed paths

       

      Pattern $set $match reference
      Malformed paths      
      empty ('' / $) throws "" throws
      leading dot (.a / $.a) throws ".a" throws
      trailing dot (a. / $a.) throws "a." throws
      bare dot (. / $.) throws "." throws
      double dot (a..b / $a..b) throws "a..b" throws

       

            Assignee:
            Matt Olma
            Reporter:
            Matt Olma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: