Skip to content
  • IKEDA Soji's avatar
    [bug] After successful login, user may show the empty page instead of being... · 49764129
    IKEDA Soji authored
    [bug] After successful login, user may show the empty page instead of 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.
    49764129