cakephp2-php8/lib/Cake
Rachman Chavik aad89444d1 Fix: Blackholed request when POSTing to a URL with space
Eg:

Actual Posted URL:
    /admin/settings/settings/prefix/Access%20Control
$_GET value:
    /admin/settings/settings/prefix/Access_Control

Since $unsetUrl differs, the $_GET value will get copied in to
CakeRequest::$query, causing CakeRequest::here() to return:

    /admin/settings/settings/prefix/Access%20Control?%2Fadmin%2Fsettings%2Fsettings%2Fprefix%2FAccess_Control=

This confuses SecurityComponent in the following line:

    f23d811ff5/lib/Cake/Controller/Component/SecurityComponent.php (L514)
2014-07-24 16:25:03 +07:00
..
Cache Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Config Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Configure Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Console Fix accidental typo in SQL file. 2014-07-22 09:38:46 -04:00
Controller Fixed sending of headers when ajaxLogin is set 2014-07-22 13:21:42 +02:00
Core Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Error Fix an infinite recursion caused by missing plugin 2014-07-09 15:55:41 +09:00
Event Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
I18n Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Log Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Model Fix a race condition problem 2014-07-12 23:27:39 +09:00
Network Fix: Blackholed request when POSTing to a URL with space 2014-07-24 16:25:03 +07:00
Routing Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
Test Fix: Blackholed request when POSTing to a URL with space 2014-07-24 16:25:03 +07:00
TestSuite Make the error message better for fixture errors 2014-07-15 13:21:48 +01:00
Utility Disallow hexadecimal input with inList. 2014-07-03 22:10:49 -04:00
View Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
basics.php A micro optimization of h() 2014-07-10 20:53:10 +09:00
bootstrap.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.5.3 2014-07-20 22:20:47 -04:00