Browse Source

* Fix redirect codes (bug ID 0035532)

git-svn-id: trunk@42012 -
michael 6 years ago
parent
commit
34830ab134
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/fcl-web/src/base/fphttpclient.pp

+ 2 - 1
packages/fcl-web/src/base/fphttpclient.pp

@@ -1480,7 +1480,8 @@ begin
     301,
     301,
     302,
     302,
     303,
     303,
-    307,808 : Result:=True;
+    307,
+    308 : Result:=True;
   else
   else
     Result:=False;
     Result:=False;
   end;
   end;