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

Fixes bare header redirect #2641

Merged

Conversation

kevinoconnor7
Copy link
Contributor

This fixes a bug where the browser will fail to redirect away from the login page if the client's browser doesn't allow for location mutations with the 422 response code. This was triggered since there was no exit call after the bare header mutation. Using the HTTP#redirect call solves this problem.

This issue only impacted SSO auth plugins.

This fixes a bug where the browser will fail to redirect away from
the login page if the client's browser doesn't allow for location
mutations with the 422 response code.

This issue only impacts SSO auth plugins.
@jdelhome3578
Copy link
Contributor

Fixes #2397

protich added a commit that referenced this pull request Oct 14, 2015
Fixes bare header redirect

Reviewed-By: Peter Rotich <peter@osticket.com>
@protich protich merged commit 2c398d6 into osTicket:develop-next Oct 14, 2015
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.

4 participants