Age | Commit message (Collapse) | Author |
|
Currently, some warning messages don't contain a `URI` like the following.
```ruby
warning: URI::ABS_URI is obsolete. Use RFC2396_PARSER.regexp[:ABS_URI] explicitly.
```
But, without `URI` prefix, the suggested value doesn't work.
So I think we should use a fully qualified name to avoid confusion.
https://github.com/ruby/uri/commit/428eb10e44
|
|
This was removed by #9.
https://github.com/ruby/uri/commit/fec924238f
|
|
https://github.com/ruby/uri/commit/3213f4a0f8
|
|
https://hackerone.com/reports/2957667
https://github.com/ruby/uri/commit/2789182478
Co-authored-by: Nobuyoshi Nakada <[email protected]>
|
|
https://github.com/ruby/uri/commit/3675494839
|
|
https://github.com/ruby/uri/commit/fe7aa3dac2
|
|
https://github.com/ruby/uri/commit/e46960a467
|
|
https://github.com/ruby/uri/commit/b6f583369a
|
|
URI::RFC2396_REGEXP::PATTERN
https://github.com/ruby/uri/commit/60a8bc1575
|
|
https://github.com/ruby/uri/commit/ee9a38701a
|
|
https://github.com/ruby/uri/commit/a0dd612e90
|
|
https://github.com/ruby/uri/commit/f0847c266c
|
|
https://github.com/ruby/uri/commit/9997c1acee
https://github.com/ruby/uri/commit/c191b627cb
|
|
https://github.com/ruby/uri/commit/3011eb6f6e
|
|
Fixed https://github.com/ruby/uri/issues/125
https://github.com/ruby/uri/commit/1f3d3df02a
|
|
https://github.com/ruby/uri/commit/af8d9d6bb1
|
|
https://github.com/ruby/uri/commit/77241d6508
|
|
https://github.com/ruby/uri/commit/31ec9cea66
|
|
https://github.com/ruby/uri/commit/0f6b945557
|
|
This reverts commit 3da7e440e9fca835f5475a98f1c0afb4d2ac71db.
Notes:
Merged: https://github.com/ruby/ruby/pull/11416
|
|
This reverts commit c3becc3ba6c584fbeabd5182e304e61529235fe6.
Notes:
Merged: https://github.com/ruby/ruby/pull/11333
|
|
https://github.com/ruby/uri/commit/898b889811
|
|
https://github.com/ruby/uri/commit/9997c1acee
|
|
(https://github.com/ruby/uri/pull/113)
* Fallback missing constants with RFC3986_PARSER
* raise missing constant
* Update test/uri/test_common.rb
Co-authored-by: Nobuyoshi Nakada <[email protected]>
* Update lib/uri/common.rb
Co-authored-by: Nobuyoshi Nakada <[email protected]>
* Update lib/uri/common.rb
Co-authored-by: Nobuyoshi Nakada <[email protected]>
---------
https://github.com/ruby/uri/commit/c2fdec079a
Co-authored-by: Nobuyoshi Nakada <[email protected]>
|
|
https://github.com/ruby/uri/commit/9f2c7ed5f2
|
|
https://github.com/ruby/uri/commit/28af4e155a
|
|
with globals
https://github.com/ruby/uri/commit/7a64e0245f
|
|
https://github.com/ruby/uri/commit/823697edb4
|
|
using RFC3986_PARSER
https://github.com/ruby/uri/commit/6f616d97fc
|
|
If given block to URI.extract, it returns nil.
https://github.com/ruby/uri/commit/984145c407
|
|
https://github.com/ruby/uri/commit/bbb8a40eae
|
|
https://github.com/ruby/uri/commit/d7dc19ad3f
|
|
We use the following site for that now:
* https://tools.ietf.org/ or http
* https://datatracker.ietf.org or http
Today, IETF said the official site of RFC is www.rfc-editor.org.
FYI: https://authors.ietf.org/en/references-in-rfcxml
I replaced them to www.rfc-editor.org.
|
|
https://github.com/ruby/uri/commit/ad2591f0d1
|
|
https://github.com/ruby/uri/commit/feb8e0dd73
|
|
Otherwise, the path could be considered part of the host or port.
This is better than modifying the path to make it absolute when
a host or port is set. We could also raise for invalid paths
when a host or port is set using check_path, but that results
in weird errors, and won't catch issues (such as ftp allowing a
relative path).
Fixes [Bug #19916]
https://github.com/ruby/uri/commit/ac32aa005b
|
|
https://github.com/ruby/uri/commit/b50d37f7a1
|
|
|
|
https://github.com/ruby/uri/commit/e18e657ea8
|
|
https://hackerone.com/reports/1958260
https://github.com/ruby/uri/commit/9d7bcef1e6
|
|
https://hackerone.com/reports/1958260
https://github.com/ruby/uri/commit/9010ee2536
|
|
https://github.com/ruby/uri/commit/0b6ad60af6
|
|
In relative referece, host part can be ommitted but can not be empty.
https://github.com/ruby/uri/commit/2980f0ba02
|
|
https://github.com/ruby/uri/commit/8e38592241
|
|
https://github.com/ruby/uri/commit/3dfa19e920
|
|
https://github.com/ruby/uri/commit/21baf2ba16
|
|
|
|
https://github.com/ruby/uri/commit/5c4f7d04bf
|
|
https://hackerone.com/reports/1444501
https://github.com/ruby/uri/commit/2f9585de17
|
|
As requested.
https://github.com/ruby/uri/commit/c272f205f9
|