ioggstream (Roberto Polli)
- Login: ioggstream
- Registered on: 10/20/2017
- Last sign in: 11/13/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/24/2017
-
11:10 AM Ruby Feature #14035: URI module always serializes to the minimal form insted of the traditional one
- Hi Matthew, and thanks for your time!
phluid61 (Matthew Kerwin) wrote:
> The spec for file URIs is [RFC8089](https://tools.ietf.org/html/rfc8089), which allows for file URIs with no authority part (e.g. 'file:/foo').
Ok.
> ...
...
10/20/2017
-
02:19 PM Ruby Feature #14035 (Closed): URI module always serializes to the minimal form insted of the traditional one
- ### Reproduce
execute URI("file:///etc/hosts").to_s
### I expect
- URI("file:///etc/hosts").to_s == "file:///etc/hosts"
- URI to preserve traditional form instead converting it to the minimal one (Eg. see https://tools...