cakephp2-php8/lib/Cake/Test/Case/Network/Http
mark_story 6aaac6b7e2 Fix HttpSocket mishandling encoded URIs
The HTTP specs seem to indicate that the Location header should contain
an 'absoluteURI' which includes encoded data. In order to avoid
a regression with the issue fixed in b9ee4fc9f1
we'll continue to replace `%2F` and no longer decode the entire URI.

Fixes #5076
2014-11-05 22:18:48 -05:00
..
BasicAuthenticationTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
DigestAuthenticationTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
HttpResponseTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
HttpSocketTest.php Fix HttpSocket mishandling encoded URIs 2014-11-05 22:18:48 -05:00