General

Profile

jimpo (Jim Posen)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/17/2015

10:27 PM Ruby Bug #10402: URI regression in 2.2.0-preview1 (bad URI(is not URI?): URI::InvalidURIError)
The patch caused this bug https://bugs.ruby-lang.org/issues/11275. jimpo (Jim Posen)
10:23 PM Ruby Bug #11275: RFC3986_Parser accepts invalid URIs containing %
Seems to have happened in commit [21ab98a997d2ed44c9c95cf5434a42561b2cd688](https://github.com/ruby/ruby/commit/21ab98a997d2ed44c9c95cf5434a42561b2cd688#diff-34d4a062b271fc0687096554d66183d8L5). jimpo (Jim Posen)
10:12 PM Ruby Bug #11275 (Closed): RFC3986_Parser accepts invalid URIs containing %
URI.parse('https://www.example.com/search?q=%XX') does not raise an error despite being an invalid URI. A % in a URI must be followed by exactly two hex digits, but the RFC3986 parser does not check that in the URI query. Ruby 2.1 correc... jimpo (Jim Posen)
01:49 AM Ruby Bug #10619: URI::HTTP#query= behavior changed for 2396 uris
In [r48934](https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/48934), why were both the RFC 2396 and RFC 3986 parsers changed to allow unescaped square brackets? The RFC 3986 spec does not allow square brackets. In @ten... jimpo (Jim Posen)

Also available in: Atom