Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

[http] Allow serialize any character on cookies #7507

Merged
merged 1 commit into from May 8, 2015
Merged

[http] Allow serialize any character on cookies #7507

merged 1 commit into from May 8, 2015

Conversation

Maks3w
Copy link
Member

@Maks3w Maks3w commented May 8, 2015

No description provided.

@Maks3w Maks3w added the Http label May 8, 2015
@@ -53,6 +53,10 @@ public static function splitHeaderLine($headerLine)
throw new Exception\InvalidArgumentException('Header must match with the format "name:value"');
}

if (! HeaderValue::isValid($parts[1])) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weierophinney I applied the same control point as was in Mail

Header folding is not an issue here as wasn't be on Mail

@weierophinney weierophinney added this to the 2.4.2 milestone May 8, 2015
@weierophinney weierophinney merged commit fee5db1 into zendframework:master May 8, 2015
weierophinney added a commit that referenced this pull request May 8, 2015
[http] Allow serialize any character on cookies
weierophinney added a commit that referenced this pull request May 8, 2015
weierophinney added a commit that referenced this pull request May 8, 2015
weierophinney added a commit to zendframework/zend-http that referenced this pull request May 15, 2015
…x/http-cookie

[http] Allow serialize any character on cookies
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants