From e174a4378b7da5a06c0a4d2e1a96c90ec55ef07f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 1 Nov 2009 19:04:47 +0000 Subject: --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 07a702383..49f66b949 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -20,8 +20,8 @@ Bug Fixes This violated the WSGI spec, causing a ``TypeError`` to be raised when these headers were used under ``mod_wsgi``. -- If a routes-only BFG app was mounted under a path in modwsgi, ala - ``WSGIScriptAlias /myapp +- If a BFG app that had a route matching the root URL was mounted + under a path in modwsgi, ala ``WSGIScriptAlias /myapp /Users/chrism/projects/modwsgi/env/bfg.wsgi``, the home route (a route with the path of ``'/'`` or ``''``) would not match when the path ``/myapp`` was visited (only when the path ``/myapp/`` was -- cgit v1.2.3