diff options
author | Perlbotics <perlbotix@cpan.org> | 2022-08-06 12:29:33 +0200 |
---|---|---|
committer | Olaf Alders <olaf@wundersolutions.com> | 2022-08-19 12:04:38 -0400 |
commit | 8bd9cdb4ebe2475c5f7dba1a2d103ef0e17afaea (patch) | |
tree | 5d3bdddcd468354cff74267b978ec38838e98a18 /Changes | |
parent | ecc2a927fdebd0f669a3256ba04104c12034c250 (diff) | |
download | uri-8bd9cdb4ebe2475c5f7dba1a2d103ef0e17afaea.tar.gz |
Regression test added for a previous bug (5.11) in URI::file
file() method of URI::file can return the current working directory
instead of the properly unescaped path.
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ Revision history for URI {{$NEXT}} + - Regression test added for a previous bug (5.11) in URI::file (Perlbotics). + file() method of URI::file can return the current working directory + instead of the properly unescaped path. (GH#106) (Perlbotics) 5.12 2022-07-10 23:48:50Z - Fix an issue where i.e. 'file:///tmp/###' was not properly escaped. |