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 \