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

Make CookieSpecs/STANDARD the default cookie spec #556

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Commits on Sep 1, 2020

  1. Make CookieSpecs/STANDARD the default cookie spec

    Reasoning
    ---------
    The Apache HTTP Client documentation has this to say about the DEFAULT
    cookie spec:
    
    "This policy will be deprecated in favor of the standard (RFC 6265
    compliant) implementation in the next minor release of HttpClient."
    (https://hc.apache.org/httpcomponents-client-ga/tutorial/html/statemgmt.html)
    
    The same document then states: "It is strongly recommended to use
    either Standard or Standard strict policy in new applications."
    
    This change makes CookieSpecs/STANDARD the default for the
    get-cookie-policy multimethod.
    ska2342 committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    53dad47 View commit details
    Browse the repository at this point in the history