diff options
author | Jeremy Evans <[email protected]> | 2023-10-24 13:26:03 -0700 |
---|---|---|
committer | git <[email protected]> | 2024-01-05 16:07:55 +0000 |
commit | 37657c79b66994147e41f31139ceb9c0c840868f (patch) | |
tree | fc9c8cb272b27b91195dfd16bf3015a736eee536 /lib/net | |
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 'lib/net')
0 files changed, 0 insertions, 0 deletions