From 8311aec8c3e362dd627284b2c2088f4be129374d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 6 Jul 2025 20:42:31 +0800 Subject: [PATCH] bugfix --- ahserver/processorResource.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ahserver/processorResource.py b/ahserver/processorResource.py index 5cfb5f3..f009387 100644 --- a/ahserver/processorResource.py +++ b/ahserver/processorResource.py @@ -439,6 +439,7 @@ class ProcessorResource(StaticResource,Url2File): return url def entireUrl(self, request, url): + url = '/'.join(url.split('\\/')) ret_url = '' if url.startswith('http://') or \ url.startswith('https://') or \