Skip to content
New issue

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

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

Already on GitHub? # to your account

fix SPNEGO HTTP client redirect loop detection. #531

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tzsebe
Copy link

@tzsebe tzsebe commented Oct 4, 2023

fixing the redirect loop detection logic in the SPNEGO HTTP client.

The client stored all redirect requests, and treated the lot of them as a single chain. In this change, we switch to allowing the redirect chain to travel along the recursion stack, so they are tracked on a per-request basis.

Fixes #530

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

Successfully merging this pull request may close these issues.

Correctly-working redirects being interpreted as redirect loops in SPNEGO HTTP client.
1 participant