Date: | 2009-02-17 02:37:05 (16 years 2 months ago) |
Author: | Loic d'Anterroches |
Branch: | dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3 |
Commit: | 64dc8ec3b8510f4408f3fddb7a038cadeae9172f |
Parents: |
d1b139bb30d1c7a42e31be29ca6f0ae6db1f0a94
|
Message: | Fixed to prevent a crash when accessing the base page of a project
with no /.
When accessing the base page of a project without a trailing slash, the regex to get the project in the
request object was not matching, resulting in a missing project in the request object. |
Changes: |
|
File differences
src/IDF/Middleware.php |
44 | 44 |
45 | 45 |
46 | 46 |
47 | |
| 47 |
48 | 48 |
49 | 49 |
50 | 50 |
|
|
Download the corresponding diff file