mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-26 03:23:05 +01:00
2113827719
In file URI when using absolute path on windows one has to write additional '/' before the drive letter (empty host part). Eg: `file:///c:/windows/system32/` `Path::parseWindows` throws an exception when using `URI::getPath()` to feed it directly. The whole point of the commit to enable `/<DRIVE_LETTER>:` style path as absolute path. Test case added.