[commits] Horde Web Source branch master updated. ee95141953dc0605d94209dd20802bb2063e79be

Jan Schneider jan at horde.org
Tue Apr 26 11:54:10 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: da9398a3318be40103179471badaa7b6d1030162

ee95141 Fix access to base application page.

-----------------------------------------------------------------------

commit ee95141953dc0605d94209dd20802bb2063e79be
Author: Jan Schneider <jan at horde.org>
Date:   Tue Apr 26 13:47:55 2011 +0200

    Fix access to base application page.
    
    This is a bug or limitation in Horde_Routes, that makes the whole
    sub-path of a URL optional if you specify a default value for one of the
    path parameters. E.g. we specify a default of "docs" for the :file
    parameter here, which is turned into the regexp "(.../(docs/...)?)?".
    This makes the complete end of the path optional, i.e. "/docs" is no
    longer required. That's why this rule matches any "/apps/:app" URL.

 app/controllers/App.php |    2 +-
 dispatch.php            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-web/-/commit/ee95141953dc0605d94209dd20802bb2063e79be




More information about the commits mailing list