Sfoglia il codice sorgente

* Fix same as bug ID #31416

git-svn-id: trunk@37861 -
michael 7 anni fa
parent
commit
97b3c0b00a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/fcl-web/src/base/custapache24.pp

+ 1 - 0
packages/fcl-web/src/base/custapache24.pp

@@ -504,6 +504,7 @@ end;
 procedure TApacheRequest.InitFromRequest;
 begin
   ParseCookies;
+  ReadContent;
 end;
 
 Constructor TApacheRequest.CreateReq(App : TApacheHandler; ARequest : PRequest_rec);