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

Make connection uri options case insensitive

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.1.8
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Service Arch 2019-02-11

      In the following test cases replset45 is a random string and there is no replica set members to connect to. 

      Case 1 and 2 should be equivalent. 

      1. mongo "mongodb://localhost:27017,localhost:27018,localhost:27019/?replicaSet=replset45"
      Correct behavior
      3.6.10 - Cannot reach any nodes for set replset45
      4.0.5 - Cannot reach any nodes for set replset45

      2. mongo "mongodb://localhost:27017,localhost:27018,localhost:27019/?replicaset=replset45"
      3.6.10 - Connection success
      4.0.5 - Connection success

            Assignee:
            mira.carey@mongodb.com Mira Carey
            Reporter:
            alyson.cabral@mongodb.com Alyson Cabral (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: