Răsfoiți Sursa

* Fix missing inherited

Michaël Van Canneyt 3 ani în urmă
părinte
comite
f77bd0226f
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      packages/fcl-web/src/jsonrpc/webjsonrpc.pp

+ 2 - 0
packages/fcl-web/src/jsonrpc/webjsonrpc.pp

@@ -356,6 +356,8 @@ Var
   R : TJSONStringType;
 
 begin
+  // We must set SessionRequest
+  Inherited HandleRequest(aRequest,aResponse);
   if CORS.HandleRequest(aRequest,aResponse,[hcDetect,hcSend]) then
     exit;
   If (Dispatcher=Nil) then