Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-4558

namespace validation on insert uses substring matching not prefix matching

    • Query Optimization
    • ALL

      > c = db.coll.system.namespaces
      test.coll.system.namespaces
      > c.save({})
      > c.findOne()
      null

      Presumably db.system.namespaces should be protected, but not db.coll.system.namespaces?

      I think there are some related validations that should be checked as well.

            Assignee:
            backlog-query-optimization [DO NOT USE] Backlog - Query Optimization
            Reporter:
            aaron Aaron Staple
            Votes:
            2 Vote for this issue
            Watchers:
            16 Start watching this issue

              Created:
              Updated: