cakephp2-php8/lib/Cake/Test
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
..
bake_compare/Controller Updated bake templates to use CakeRequest::allowMethod() 2014-02-10 17:56:57 +05:30
Case Fix: Blackholed request when POSTing to a URL with space 2014-07-24 16:25:03 +07:00
Fixture Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
test_app Fix an infinite recursion caused by missing plugin 2014-07-09 15:55:41 +09:00