bugfix
This commit is contained in:
parent
a857a2b4a1
commit
240c7c2442
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user