cakephp2-php8/lib/Cake/Test
mark_story 1a170e1eec Fix parsing empty header values.
Replace the complex and somewhat unfixable regexp based parser for
a parser that handles each line individually. Normalize multi-line
headers to replace multiple spaces with a single one. Section 4.2 of the
HTTP1.1 standard states

> Any LWS that occurs between field-content MAY be replaced with
> a single SP before interpreting the field value or forwarding the
> message downstream.

This makes me somewhat confident that we can safely normalize
multi-line HTTP header values.

Refs #8330
2016-02-24 22:25:58 -05:00
..
bake_compare Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
Case Fix parsing empty header values. 2016-02-24 22:25:58 -05:00
Fixture Added test cases covering native uuid field usage for Postgres class 2016-01-28 21:13:33 +03:00
test_app Merge pull request #7840 from cakephp/2.8-PHP7 2015-12-29 00:27:33 -05:00