diff options
| author | Jeremy Evans <code@jeremyevans.net> | 2023-10-24 13:26:03 -0700 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-05 16:07:55 +0000 |
| commit | 37657c79b66994147e41f31139ceb9c0c840868f (patch) | |
| tree | fc9c8cb272b27b91195dfd16bf3015a736eee536 /test/ruby | |
| parent | 557f1a5705cdcfb059b67495ed63767cb2e2c72b (diff) | |
[ruby/uri] Make URI#to_s prepend relative path with / if there is a host or port
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
Diffstat (limited to 'test/ruby')
0 files changed, 0 insertions, 0 deletions
