ParseURI: a colon is a valid character in the path or the document part of the URI

This commit is contained in:
Ondrej Pokorny 2024-10-16 20:00:06 +02:00
parent d63b6294b5
commit 570fa22daa

View File

@ -252,9 +252,7 @@ begin
else
Result.Document := '';
break;
end else if s[i] = ':' then
break
else if i = 1 then
end else if i = 1 then
begin
Result.Document :=s;
if Decode then