From 97176d9e2df0ef0c1f4b44050bab80104732cea6 Mon Sep 17 00:00:00 2001 From: Ivan Maslov Date: Thu, 30 Jun 2022 18:02:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D0=B8=D1=80=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D0=B7=D0=BD=D0=B0=D0=BA=20=3F=20=D0=B5=D1=81=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=D1=85=D0=BE=D0=B4=D0=B8=D1=82=20=D0=BF=D1=83?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BA=20=D0=BF=D0=B0=D0=BF=D0=BA=D0=B5=20=D1=87?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B7=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/pyOpenRPA/Orchestrator/Server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/pyOpenRPA/Orchestrator/Server.py b/Sources/pyOpenRPA/Orchestrator/Server.py index 1f1d2da0..04e7f346 100644 --- a/Sources/pyOpenRPA/Orchestrator/Server.py +++ b/Sources/pyOpenRPA/Orchestrator/Server.py @@ -317,6 +317,7 @@ class testHTTPServer_RequestHandler(BaseHTTPRequestHandler): lRequestPath = urllib.parse.unquote(inRequest.path) if inURLItem["URL"][-1]!="/": inURLItem["URL"]+= "/" # Fix for settings lFilePathSecondPart = lRequestPath.replace(inURLItem["URL"],"") + lFilePathSecondPart = lFilePathSecondPart.split("?")[0] lFilePath = os.path.join(inURLItem["ResponseFolderPath"],lFilePathSecondPart) #print(f"File full path {lFilePath}") #Check if file exist