mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:28:28 +02:00
ParseURI: a colon is a valid character in the path or the document part of the URI
This commit is contained in:
parent
d63b6294b5
commit
570fa22daa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user