General

Profile

gareth (Gareth Adams)

  • Login: gareth
  • Registered on: 06/17/2019
  • Last sign in: 12/07/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

06/11/2024

01:11 AM Ruby Bug #19266: URI::Generic should use URI::RFC3986_PARSER instead of URI::DEFAULT_PARSER
jeremyevans0 (Jeremy Evans) wrote in #note-3:
> I'm in favor of this change. However, be aware that uri is maintained at https://github.com/ruby/uri . Could you please submit a pull request to that repository?
Thanks Jeremy, I've r...
gareth (Gareth Adams)

06/08/2023

03:20 PM Ruby Revision eaf11d3d (git): [rubygems/rubygems] Stop publishing Gemfile in default gem template
Similarly to how the other ignored files are intended for local
development and not for production, the Gemfile and Gemfile.lock files
for a gem only relate to local development and aren't useful to people
installing the gem.
https://gi...
gareth (Gareth Adams)

01/16/2023

05:09 PM Ruby Bug #19266: URI::Generic should use URI::RFC3986_PARSER instead of URI::DEFAULT_PARSER
After a couple of weeks with no reply I wanted to ask if I could get at least one comment on this issue?
A quick summary of the issue:
* In 2014, `URI` was updated to use a new RFC3986-compliant parser by default instead of the pre...
gareth (Gareth Adams)

01/10/2023

05:27 AM Ruby Bug #19266: URI::Generic should use URI::RFC3986_PARSER instead of URI::DEFAULT_PARSER
The attached patch adds a failing test and a change that fixes it.
The rest of the test suite passes with this patch.
gareth (Gareth Adams)

12/26/2022

06:52 PM Ruby Bug #19266 (Closed): URI::Generic should use URI::RFC3986_PARSER instead of URI::DEFAULT_PARSER
In June 2014, [`uri/common` was updated][1] to introduce a RFC3986-compliant parser (`URI::RFC3986_PARSER`) as an alternative to the previous RFC2396 parser, and common methods like `URI()` were updated to use that new parser by default.... gareth (Gareth Adams)

06/27/2019

05:43 PM Ruby Bug #15933: OpenURI: Assign default charset for HTTPS as well as HTTP
[HowToContribute](https://bugs.ruby-lang.org/projects/ruby/wiki/HowToContribute) suggests that I can ping this ticket if it looks like it's been missed - there was some good discussion for a couple of days and then nothing since.
It's...
gareth (Gareth Adams)

06/19/2019

12:59 PM Ruby Bug #15933: OpenURI: Assign default charset for HTTPS as well as HTTP
Updated patch attached gareth (Gareth Adams)

06/18/2019

12:02 PM Ruby Bug #15933: OpenURI: Assign default charset for HTTPS as well as HTTP
phluid61 (Matthew Kerwin) wrote:
>
> ...
Sorry, I wasn't clear. Yes the registry itself is in XML/CSV – that's what the `mime_types_data` gem uses to build its dataset – but it doesn't include "default charset parameter" or even detai...
gareth (Gareth Adams)
08:13 AM Ruby Bug #15933: OpenURI: Assign default charset for HTTPS as well as HTTP
Thanks Matthew,
I've now paid more attention to which RFCs are obsolete and which are still active.
phluid61 (Matthew Kerwin) wrote:
> > So it seems if you're making a change, it should be: ignore the protocol, and default to UTF-...
gareth (Gareth Adams)

06/17/2019

07:14 PM Ruby Bug #15933 (Closed): OpenURI: Assign default charset for HTTPS as well as HTTP
Using `open-uri` to load a document in the following circumstances:
* The `Content-Type` header is `text/*` and *doesn't* specify a charset, e.g. `Content-Type: text/csv`
* The document is loaded from an `https://` URL
…will cause...
gareth (Gareth Adams)

Also available in: Atom