cakephp2-php8/lib/Cake/Console
mark_story 1254a1068f Fixing issues with unwanted querystring parameters.
Because the request url was being appended as ?/$1 any nested
named parameters would be added as additional GET params.  This is
yet another case where named parameters are fail.  Modify the built-in
htaccess rules to not use a GET parameter at all, and just read
from REQUEST_URI.

Fixes #2678
2012-03-14 20:20:55 -04:00
..
Command Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Templates Fixing issues with unwanted querystring parameters. 2012-03-14 20:20:55 -04:00
cake Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
cake.bat Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
cake.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ConsoleErrorHandler.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ConsoleInput.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ConsoleInputArgument.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ConsoleInputOption.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ConsoleInputSubcommand.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ConsoleOptionParser.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ConsoleOutput.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
HelpFormatter.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
Shell.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
ShellDispatcher.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00
TaskCollection.php Updated copyright to 2012. 2012-03-12 22:46:07 -04:00