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

WWSympa: Redirect without Status field may bring to empty page #164

Merged

Conversation

ikedas
Copy link
Member

@ikedas ikedas commented Jan 17, 2018

  • [bug] After successful login, user may see the empty page instead of being redirected to home page. This can occur with at least Apache mod_proxy_fcgi.

    Because, server-side FastCGI support may require explicit "Status: 302" response header field for redirection, not only "Location:" field; if backend had not given "Status:" field, default "200" can be assumed (cf. RFC 3875 6.3.3).

Fixed by adding "Status: 302 Moved" field to redirecting response.

… being redirected to home page. This can be reproduced with at least Apache mod_proxy_fcgi.

Because, server-side FastCGI support may require explicit "Status: 302" response header field for redirection, not only "Location:" field; If backend had not given status field, default "200" can be assumed (cf. RFC 3875 6.3.3).

Fixed by adding "Status: 302" field to redirecting response.
@ikedas ikedas added the bug label Jan 17, 2018
@ikedas ikedas added this to the 6.2.26 milestone Jan 17, 2018
@ikedas ikedas merged commit 247d5cc into sympa-community:sympa-6.2 Jan 24, 2018
@ikedas ikedas deleted the wwsympa_redirect_without_status branch January 29, 2018 03:44
@bertaviader bertaviader mentioned this pull request Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant