Browse Source

* Empty pathinfo

git-svn-id: trunk@15351 -
michael 15 years ago
parent
commit
96055e24ea
1 changed files with 1 additions and 5 deletions
  1. 1 5
      packages/fcl-web/src/base/custcgi.pp

+ 1 - 5
packages/fcl-web/src/base/custcgi.pp

@@ -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