cakephp2-php8/lib/Cake/Test
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
..
bake_compare/Controller Updated bake templates to use CakeRequest::allowMethod() 2014-02-10 17:56:57 +05:30
Case Fix HttpSocket mishandling encoded URIs 2014-11-05 22:18:48 -05:00
Fixture Removed use of @lastmodified annotation 2014-09-09 23:04:29 +02:00
test_app Cs fixes 2014-09-18 10:50:35 +02:00