We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6cee94 + 5922698 commit 7f790a1Copy full SHA for 7f790a1
lib/global_id/uri/gid.rb
@@ -62,7 +62,7 @@ def validate_app(app)
62
# URI.parse('gid://bcx') # => URI::GID instance
63
# URI::GID.parse('gid://bcx/') # => raises URI::InvalidComponentError
64
def parse(uri)
65
- generic_components = URI.split(uri) << nil << true # nil parser, true arg_check
+ generic_components = URI.split(uri) << URI::RFC2396_Parser.new << true # RFC2396 parser, true arg_check
66
new(*generic_components)
67
end
68
0 commit comments