cakephp2-php8/lib/Cake/Test
Marc Würth f930a50805 Fix for #3318
Fixes https://cakephp.lighthouseapp.com/projects/42648-cakephp/tickets/3318

It seems fixing this in the htaccess file(s) isn't going to work even though a url rewriting based solution was more clean. On the plus side this works for any web server.
If a url is called with "index.php" in it then the CakeRequest swallows this part and fixes the path. Any linked url from the requested page will have a clean url. Thus after following one of these urls this problem is gone anyway.

Some code docblock improvements to CakeRequestTest.php
Added test case for fix
Also now you can call just index.php even if you have url rewriting enabled
2013-06-30 05:38:58 +02:00
..
Case Fix for #3318 2013-06-30 05:38:58 +02:00
Fixture incorrect tab to space - whitespace coding standards 2013-06-09 21:01:01 +02:00
test_app Changed http links to lighthouse, groups.google and github to https 2013-06-25 22:58:30 +02:00