Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-260

JsonReader fails on some forms of regular expressions

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.2
    • Affects Version/s: 1.1
    • Component/s: None
    • Labels:
      None

      Here are some examples of JSON documents that JsonReader fails to parse:

      { rx : new RegExp("abc") }

      { rx : { $regex : "abc" }}
      { rx : { $regex : "abc", $options : "i" }}

      There may be others...

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: