stable
Clone or download
Read-only
request #11834: Accessing the homepage with query parameters ends up with a fatal error
The homepage should be accessible when using an URL like https://tuleap.example.com/?a=fail Change-Id: I325c74db0fcd24b8293df8314b89371bab957888
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/Request/RouteCollector.php | +6 | −1 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/include/BurningParrotCompatiblePageDetector.php | +0 | −19 | Go to diff View file |
A | src/common/layout/LegacySiteHomePageController.php | +96 | −0 | Go to diff View file |
M | src/common/layout/SiteHomepageController.php | +9 | −57 | Go to diff View file |
M | src/www/include/pre.php | +0 | −1 | Go to diff View file |
M | src/www/index.php | +0 | −1 | Go to diff View file |
D | tests/simpletest/common/include/BurningParrotCompatiblePageDetectorInHomePageTest.php | +0 | −92 | Go to diff View file |