Commit 6e59d56
committed
[tree] Fix GetTreeFullPaths in case of
GetTreeFullPaths assumed that the first occurrence of ":/" was
the separator between filename and tree name in strings such as
"file.root:/dir/tree". However, the separator is the _last_
occurrence of ":/" -- e.g. if the file is read via a remote
protocol, its name starts with "protocol://".
This logic is of course still broken in case the name of the tree
or the one of the directory that contains it contains ":/", we
do not support that case.
This fixes #10216.protocol://
1 parent 6ae602b commit 6e59d56
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
0 commit comments