Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-12430

Docs for SERVER-39317: Make connection uri options case insensitive

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 4.1.8
    • manual, Server
    • None

    Description

      Description

      Description:

      This changes the shell's interpretation of uri options so that the keynames are now matched case insensitively.

      Engineering Ticket Description:

      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

      Scope of changes

      Impact to Other Docs

      MVP (Work and Date)

      Resources (Scope or Design Docs, Invision, etc.)

      Attachments

        Issue Links

          Activity

            People

              kay.kim@mongodb.com Kay Kim (Inactive)
              kay.kim@mongodb.com Kay Kim (Inactive)
              Jess Mokrzecki Jess Mokrzecki
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                4 years, 32 weeks ago