bugfix
This commit is contained in:
parent
a4a18a5ca8
commit
edce9df81b
@ -399,8 +399,8 @@ class ProcessorResource(StaticResource,Url2File):
|
||||
path = '/' + '/'.join(url.split('/')[3:])
|
||||
if config.website.startswiths:
|
||||
for a in config.website.startswiths:
|
||||
leading = self.entireUrl(request, a.leading)
|
||||
if path.startswith(a.leading):
|
||||
path = self.entireUrl(request, path)
|
||||
processor = FunctionProcessor(path,self,a)
|
||||
return processor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user