Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Remove '+' replacement from request cookies. #622

Merged
merged 1 commit into from
May 2, 2016
Merged

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented May 2, 2016

#547 @muratg @BrennanConroy

When un-escaping cookies there is an extra step that replaces + with (space). This is leftover code from Katana when the parser was shared with queries. This messes up reading base64 encoded values, remove it.

@Tratcher Tratcher self-assigned this May 2, 2016
@Tratcher Tratcher added this to the 1.0.0 milestone May 2, 2016
@muratg
Copy link

muratg commented May 2, 2016

:shipit:

Could you also check the parser for the forms?

{
get
{
// key, value, object pool, expected
Copy link
Contributor

Choose a reason for hiding this comment

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

object pool?

Copy link
Member Author

Choose a reason for hiding this comment

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

Woops, copied from the response cookies test... Removed.

@Tratcher Tratcher force-pushed the tratcher/cookies branch from 983916b to 5767306 Compare May 2, 2016 21:44
@Tratcher Tratcher merged commit 5767306 into dev May 2, 2016
@Tratcher Tratcher deleted the tratcher/cookies branch May 2, 2016 21:45
@brockallen
Copy link

Hopefully this issue won't resurface? #535

@davidfowl
Copy link
Member

We should have tests for anything previously fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants