bugfix
This commit is contained in:
parent
e36548d7f3
commit
46352099a2
@ -304,6 +304,7 @@ class ProcessorResource(AppLogger, StaticResource,Url2File):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def url2processor(self, request, url, fpath):
|
def url2processor(self, request, url, fpath):
|
||||||
|
print('fpath=', fpath)
|
||||||
config = getConfig()
|
config = getConfig()
|
||||||
url = self.entireUrl(request, url)
|
url = self.entireUrl(request, url)
|
||||||
host = '/'.join(str(request.url).split('/')[:3])
|
host = '/'.join(str(request.url).split('/')[:3])
|
||||||
|
Loading…
Reference in New Issue
Block a user