Redirect loop

Bug #342533 reported by David Collantes
2
Affects Status Importance Assigned to Milestone
Jisko
Fix Released
Undecided
Unassigned

Bug Description

I am opening one because I can add the this https://bugs.launchpad.net/jisko/+bug/263547.

The "fix" on the above ticket breaks it for me. Changing $route back to:

$route = $_SERVER['PATH_INFO'];

Fixed the redirect look I got on revision 467. Note that I never had a redirect loop problem until now, that I refreshed to rev 467.

Revision history for this message
scromega (scr.omega-deactivatedaccount) wrote :

Solución:

En includes/router.php:

Cambiar:
$route = $_SERVER['ORIG_PATH_INFO'];

Por:
$route = $_SERVER['ORIG_PATH_INFO'];
if(!$route) $route = $_SERVER['PATH_INFO'];

Changed in jisko:
status: New → Fix Released
Changed in jisko:
milestone: none → v2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.