Project

General

Profile

Actions

Backport #10873

closed

backport r48666 lib/uri/generic.rb (URI::Generic.build)

Added by jrafanie (Joe Rafaniello) about 9 years ago. Updated about 9 years ago.

Status:
Closed
Assignee:
-
[ruby-core:68201]

Description

Fix URI::Generic.build to properly build IPv6 host values with square brackets.

use hostname= to detect and wrap IPv6 hosts.
Build is accepting URI components and users may not expect
that a host component needs to be wrapped with square brackets
since it's not providing a URI.

https://github.com/ruby/ruby/commit/4ec9793ba88b27028c826c6bc6c49ee59df8d920
https://github.com/ruby/ruby/pull/765


Related issues 1 (0 open1 closed)

Related to Backport21 - Backport #10875: backport r48666 lib/uri/generic.rb (URI::Generic.build)Closed02/20/2015Actions
Actions #2

Updated by usa (Usaku NAKAMURA) about 9 years ago

  • Related to Backport #10875: backport r48666 lib/uri/generic.rb (URI::Generic.build) added
Actions #3

Updated by usa (Usaku NAKAMURA) about 9 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Applied in changeset r49669.


merge revision(s) 48666: [Backport #10873]

* lib/uri/generic.rb (URI::Generic.build):
  use hostname= to detect and wrap IPv6 hosts.
  Build is accepting URI components and users may not expect
  that a host component needs to be wrapped with square brackets
  since it's not providing a URI.
  Note: initialize with arg_check => true does not wrap IPv6 hosts.
  by Joe Rafaniello <jrafanie@redhat.com>
  https://github.com/ruby/ruby/pull/765 fix GH-765

* test/uri/test_generic.rb: Add more tests
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0