-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.5.1
-
Component/s: uri
-
None
mongodb/specifications#105 was opened to address an ambiguity with the connection string spec and require "%" characters in the username or password component of a URI to be escaped.
While examining how libmongoc handles unescaping, I realized that mongoc_uri_unescape() appears to fail silently if it encounters an invalid escape sequence. Should libmongoc at least log a warning before it returns NULL in this case?
- links to