cakephp2-php8/lib/Cake/Test/Case/Network
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
..
Email Add . to the list of allowed characters. 2014-07-19 19:57:33 -04:00
Http Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeRequestTest.php Fix: Blackholed request when POSTing to a URL with space 2014-07-24 16:25:03 +07:00
CakeResponseTest.php Merge pull request #3872 from CostaC/response-sharable-fix 2014-07-04 10:32:51 +05:30
CakeSocketTest.php cs 2014-04-02 02:23:43 +02:00