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

HTTP redirect loop & max redirect detection is broken #131

Closed
NiteshKant opened this issue May 31, 2014 · 0 comments
Closed

HTTP redirect loop & max redirect detection is broken #131

NiteshKant opened this issue May 31, 2014 · 0 comments
Milestone

Comments

@NiteshKant
Copy link
Member

As part of the refactoring of HttpRedirect to use an Rx Operator (issue #113) the feature of detecting redirect loops and infinite redirects was broken.
The issue is that every redirect request is creating a new RedirectOperator and hence loosing the redirect state via RedirectionContext.

The fix is to disable further HTTP redirects by the HTTP client for redirected requests as the RedirectOperator takes care of the redirects internally.

@NiteshKant NiteshKant added this to the 0.3.6 milestone May 31, 2014
@NiteshKant NiteshKant self-assigned this May 31, 2014
@NiteshKant NiteshKant modified the milestone: 0.3.6 May 31, 2014
NiteshKant added a commit that referenced this issue Jun 1, 2014
@NiteshKant NiteshKant removed their assignment Aug 19, 2014
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

No branches or pull requests

1 participant