Browse Source

* Fix same as bug ID #31416

git-svn-id: trunk@37861 -
michael 7 years ago
parent
commit
97b3c0b00a
1 changed files with 1 additions and 0 deletions
  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);