-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
A URI in which option values do not have paths:
irb(main):007:0> Mongo::URI.new("mongodb://localhost:27017/a?tls=true") => #<Mongo::URI:0x000055cb966693f8 @string="mongodb://localhost:27017/a?tls=true", @options={}, @servers=["localhost:27017"], @user=nil, @password=nil, @uri_options={"ssl"=>true}, @database="a">
A URI in which option values have paths:
irb(main):008:0> Mongo::URI.new("mongodb://localhost:27017/a?tls=true&tlsCAFile=/path/to/file") => #<Mongo::URI:0x000055cb966924d8 @string="mongodb://localhost:27017/a?tls=true&tlsCAFile=/path/to/file", @options={}, @servers=["localhost:27017/a?tls=true&tlsCAFile=/path/to"], @user=nil, @password=nil, @uri_options={}, @database="file">
- is related to
-
DRIVERS-2162 Add tests with paths for certificates in URI options
- Backlog
- links to