Chris McDonough
2011-09-07 a829814915b7bfa25e3a70c11ed6fd96da465b4e
unused hook point
1 files modified
2 ■■■ changed files
pyramid/static.py 2 ●●● patch | view | raw | blame | history
pyramid/static.py
@@ -134,7 +134,7 @@
            if not exists(filepath):
                return HTTPNotFound(request.url)
        return self.FileResponse(filepath ,self.cache_max_age)
        return FileResponse(filepath ,self.cache_max_age)
    def add_slash_redirect(self, request):
        url = request.path_url + '/'