Switch to side-by-side view
--- a/Allura/allura/controllers/project.py +++ b/Allura/allura/controllers/project.py @@ -290,6 +290,8 @@ if app is None: raise exc.HTTPNotFound, name c.app = app + if not app.root: + raise exc.HTTPNotFound, name return app.root, remainder def _check_security(self):