ruby / uri

URI is a module providing classes to handle Uniform Resource Identifiers
https://ruby.github.io/uri/
Other
79 stars 42 forks source link

bad URI(is not URI?): `https://x-access-token:aaa@github.com/org/repo.git/info/refs?service=git-upload-pack` #41

Closed yeikel closed 1 year ago

yeikel commented 2 years ago

Hi there,

Could you please clarify why this is an issue?

Backtrace:
00:04:53.909    /usr/lib/ruby/2.7.0/uri/rfc3986_parser.rb:67:in `split'
00:04:53.909    /usr/lib/ruby/2.7.0/uri/rfc3986_parser.rb:73:in `parse'
00:04:53.909    /usr/lib/ruby/2.7.0/uri/common.rb:234:in `parse'
yeikel commented 1 year ago

Closing because I was unable to reproduce it