Page MenuHomePhabricator

When the main page is not readable by the user, it redirects to itself
Closed, ResolvedPublic

Description

Author: tomasz.sienicki

Description:
When logging in is required to view pages and the Main Page is not made an
exception, the software keeps reloading the Main Page (meta http-equiv="Refresh"
set to itself) ad infinitum.

You can see that at http://wiki.helion.pl/w/index.php/Strona_g%C5%82%C3%B3wna


Version: unspecified
Severity: minor

Details

Reference
bz7144

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:24 PM
bzimport set Reference to bz7144.

robchur wrote:

Cleanest approach is to add a check before calling OutputPage::returnToMain(),
wherever the "user can read" check takes place, and ensure that the user can
read the page we're returning to, otherwise, don't bother. :)

robchur wrote:

Fixed in SVN trunk, r16307.