You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since URI.decode_www_form is Ruby 1.9-only, use CGI.parse instead
Conflicts:
lib/mongo/util/uri_parser.rb - replaced @TylerBrock's (temp?) fix with this one, which uses the stdlib
test/uri_test.rb - reintroduced test for conflicting URL separators... and added a new test for URL-encoded parts
0 commit comments