diff --git a/ahserver/processorResource.py b/ahserver/processorResource.py index b33b358..ef91136 100644 --- a/ahserver/processorResource.py +++ b/ahserver/processorResource.py @@ -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