cakephp2-php8/lib/Cake/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
..
BasicAuthentication.php More API docblock fixes. 2014-06-01 03:06:05 +05:30
DigestAuthentication.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
HttpResponse.php Update all @deprecated annotations 2014-09-02 17:03:22 +02:00
HttpSocket.php Fix HttpSocket mishandling encoded URIs 2014-11-05 22:18:48 -05:00
HttpSocketResponse.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00