mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 18:40:20 +02:00
* Empty pathinfo
git-svn-id: trunk@15351 -
This commit is contained in:
parent
283018a3bf
commit
96055e24ea
@ -388,11 +388,7 @@ begin
|
||||
Case Index of
|
||||
21,
|
||||
34 : Result:=DecodeVar(14); // Property ServerName and Host
|
||||
25 : begin
|
||||
Result:=Decodevar(5); // Property PathInfo
|
||||
If (Result='') then
|
||||
Result:=Decodevar(34); // Property Request URI
|
||||
end;
|
||||
25 : Result:=Decodevar(5); // Property PathInfo
|
||||
26 : Result:=DecodeVar(6); // Property PathTranslated
|
||||
27 : Result:=DecodeVar(8); // Property RemoteAddress
|
||||
28 : Result:=DecodeVar(9); // Property RemoteHost
|
||||
|
Loading…
Reference in New Issue
Block a user