diff --git a/ahserver/processorResource.py b/ahserver/processorResource.py index a625a94..52ef240 100755 --- a/ahserver/processorResource.py +++ b/ahserver/processorResource.py @@ -389,7 +389,7 @@ class ProcessorResource(AppLogger, StaticResource,Url2File): prepath = f'/{prepath}' h = self.gethost(request) if url.startswith('/'): - return f'{scheme}://{h}:{port}{url}{prepath}' + return f'{scheme}://{h}:{port}{prepath}{url}' path = request.path if self.request_filename and os.path.isdir(self.request_filename): path = '%s/oops' % path