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

THRIFT-5165: THttpClient saves session cookie. #2086

Closed
wants to merge 1 commit into from

Conversation

joaopedroantonio
Copy link
Contributor

THttpClient saves the session cookie of an authenticated HTTP
connection. When the Set-Cookie header is present in a response from the
server, its value is saved in the CustomHeaders in the Cookie header.

  • Did you create an Apache Jira ticket? (not required for trivial changes)
  • If a ticket exists: Does your pull request title follow the pattern "THRIFT-NNNN: describe my issue"?
  • Did you squash your changes to a single commit? (not required, but preferred)
  • Did you do your best to avoid breaking changes? If one was needed, did you label the Jira ticket with "Breaking-Change"?
  • If your change does not involve any code, add [skip ci] at the end of your pull request to free up build resources.

@joaopedroantonio joaopedroantonio force-pushed the THRIFT-5165 branch 2 times, most recently from db12528 to ca2e46b Compare April 10, 2020 17:51
THttpClient saves the session cookie of an authenticated HTTP
connection. When the Set-Cookie header is present in a response from the
server, its value is saved in the headers of the http session, in the
Cookie header.
@joaopedroantonio
Copy link
Contributor Author

Hi @Jens-G ,

Could you clarify why you chose to close this PR?

Thanks!

@janosvitok
Copy link
Contributor

@joaopedroantonio, Jens cherry-picked this commit to the master branch instead of merging this request. See the message: Jens-G closed this in 69642f3. If you check commit 69642f3, the contents is the same as your PR.

Summary: your changes are in the master.

@joaopedroantonio
Copy link
Contributor Author

Sorry guys, completely overlooked it! Thanks @janosvitok for clarifying and @Jens-G for the cherry-pick. :)

sveneld pushed a commit to sveneld/thrift that referenced this pull request May 29, 2020
Client: py
Patch: Joao Antonio

This closes apache#2086
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants