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

Add Set-Cookie to the set of removed headers #1

Closed
wants to merge 1 commit into from

Conversation

kapouer
Copy link

@kapouer kapouer commented Mar 26, 2015

A cache entry should not store the Set-Cookie header,
or it could revive an old cookie on a cache hit.

A cache entry should not store the Set-Cookie header,
or it could revive an old cookie on a cache hit.
@mcatanzaro
Copy link
Contributor

Thanks for your contribution to GNOME. This repository is only a mirror and it is not monitored for pull requests. If you would still like your contribution to be considered, please submit it on GNOME Bugzilla. See Newcomers/CodeContributionWorkflow for help with contributing patches.

@gnomesysadmins
Copy link
Contributor

Thank you for contributing to libsoup!

libsoup uses Bugzilla for code review.

If you have never contributed to GNOME before make sure you have read the
getting started documentation:
http://www.gnome.org/get-involved

Otherwise please visit
https://wiki.gnome.org/Newcomers/CodeContributionWorkflow
and follow the instructions there to upload your change to Bugzilla.

gnomesysadmins pushed a commit that referenced this pull request Jun 13, 2018
…parsed text

This patch makes the implementation of soup_cookie_parse() match the
behaviour described in the API reference documentation, which reads:

  If origin is NULL, path will default to "/", but domain will be left as NULL.

Fixes #1
gnomesysadmins pushed a commit that referenced this pull request Jun 13, 2018
Set default cookie path when origin is NULL and value not present in parsed text

Closes #1

See merge request GNOME/libsoup!5
gnomesysadmins pushed a commit that referenced this pull request Aug 10, 2018
…parsed text

This patch makes the implementation of soup_cookie_parse() match the
behaviour described in the API reference documentation, which reads:

  If origin is NULL, path will default to "/", but domain will be left as NULL.

Fixes #1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants