From 8deae21c801bc05c6464a6eead3df449ed1fe52d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 5 Sep 2010 23:39:30 +0000 Subject: - The route pattern registered internally for a a local "static view" (either via the ``static`` ZCML directive or via the ``add_static_view`` method of the configurator) was incorrect. It was regsistered for e.g. ``static*traverse``, while it should have been registered for ``static/*traverse``. Symptom: two static views could not reliably be added to a system when they both shared the same path prefix (e.g. ``/static`` and ``/static2``). --- TODO.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 41443066f..cad566fc5 100644 --- a/TODO.txt +++ b/TODO.txt @@ -50,10 +50,6 @@ - Switch tutorials and templates to non-ZCML. -- Adding two static views: /static first and /static2 second doesnt - work (resources are not found under static2). The problem appears - to be in the handling of route matching. - - Race condition when caching templates: https://bugs.launchpad.net/karl3/+bug/621364. -- cgit v1.2.3