Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced ERXRequest cookieValues Cookie Parsing #726

Merged
merged 1 commit into from
Feb 5, 2016

Conversation

mhast
Copy link
Contributor

@mhast mhast commented Jan 29, 2016

Enhanced ERXRequest cookieValues to not get an empty dictionary when cookie parsing fails. The previous implementation failed logging an exception and then returning an empty dictionary. Only the cookies that are malformed will be missing in the new implementation. It uses java.net.HttpCookie to parse the cookies.

darkv added a commit that referenced this pull request Feb 5, 2016
Enhanced ERXRequest cookieValues Cookie Parsing
@darkv darkv merged commit c398a9d into wocommunity:master Feb 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants