Files
textmate/Frameworks/FileBrowser/src
Allan Odgaard b1e41a7f5f Abort iterating over parent URLs if the path string grows in length
It appears that NSURL’s algorithm for “delete last path component” is to first append ‘../’ and then “normalize” the result, but the latter step can fail for some file URLs, for example with “file://localhost/path/to/https://macromates.com/” it will be stuck at the two slashes (continuing to append ‘../’).

Such malformed (file) URL can be created by running ‘mate https://macromates.com/’.
2020-05-30 10:02:52 +07:00
..
2018-10-29 10:29:47 +07:00
2018-10-29 10:29:47 +07:00