diff --git a/ahserver/processorResource.py b/ahserver/processorResource.py index 5c01c97..f1297d2 100644 --- a/ahserver/processorResource.py +++ b/ahserver/processorResource.py @@ -308,6 +308,8 @@ class ProcessorResource(AppLogger, StaticResource,Url2File): def url2processor(self, request, url, fpath): print('fpath=', fpath) + if fpath is None: + return None config = getConfig() url = self.entireUrl(request, url) host = '/'.join(str(request.url).split('/')[:3])