diff --git a/ahserver/processorResource.py b/ahserver/processorResource.py index 3037241..aa4b4eb 100644 --- a/ahserver/processorResource.py +++ b/ahserver/processorResource.py @@ -304,6 +304,7 @@ class ProcessorResource(AppLogger, StaticResource,Url2File): return False def url2processor(self, request, url, fpath): + print('fpath=', fpath) config = getConfig() url = self.entireUrl(request, url) host = '/'.join(str(request.url).split('/')[:3])