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

Drop out of sequence detection (#38) #44

Merged

Conversation

michael-o
Copy link
Contributor

SPNEGO over HTTP does not use any message wrapping, therefore requesting
out of sequence detection doesn't make sense.

This fixes #38

@michael-o michael-o force-pushed the drop-out-of-sequence-detection branch 2 times, most recently from 5aa04ff to f40385e Compare December 22, 2021 12:25
@jborean93
Copy link
Contributor

Is it possible to add this change to https://github.com/pythongssapi/requests-gssapi/blob/main/HISTORY.rst. The use of out of sequence is mostly just because requests-kerberos (which this is a port of) requested this and the latter exposed a way to wrap messages for subsequent HTTP payloads for specific use cases. But you are right, having it here does not make sense.

SPNEGO over HTTP does not use any message wrapping, therefore requesting
out of sequence detection doesn't make sense.

This fixes pythongssapi#38

Signed-off-by: Michael Osipov <michael.osipov@siemens.com>
@michael-o michael-o force-pushed the drop-out-of-sequence-detection branch from f40385e to a9909c9 Compare January 13, 2022 12:53
@michael-o
Copy link
Contributor Author

@jborean93 Done, have a look.

@jborean93 jborean93 merged commit 7af32f3 into pythongssapi:main Jan 13, 2022
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.

Drop out of sequence detection
2 participants