Menu

#2731 PGV 4.2.3 ... redirection via login

v4.3.0
closed-fixed
None
5
2010-04-13
2009-12-31
Mark Hattam
No

I habitually use a link to my admin.php page to login into the site ... ie call up
http://www.hattam.co.uk/familytree/admin.php
which redirects to a login page with a return URL to whence I came ... that used to work up to 4.2.2

But now in 4.2.3, instead of redirecting back to where I came from, I get a URL
http://www.hattam.co.uk/familytree/login.php?url=module.php?mod=sitemap

which is doubly interesting as I don't have any modules installed.

I expected to see
http://www.hattam.co.uk/familytree/login.php?url=admin.php

Mark

Discussion

  • Anonymous

    Anonymous - 2009-12-31

    Thats an odd one. Tested it on my site with same result. Its caused by an odd piece of hard-coding in admin.php (line 36):

    header("Location: login.php?url=module.php?mod=sitemap");

    I think it should be:

    header("Location: login.php?url=admin.php");

     
  • Greg Roach

    Greg Roach - 2009-12-31

    Lucasz made this change recently, so I'll assign it to him.

     
  • Greg Roach

    Greg Roach - 2009-12-31
    • milestone: --> v4.3.0
    • assigned_to: nobody --> wooc
     
  • Łukasz Wileński

    • status: open --> pending-fixed
     
  • Łukasz Wileński

    Yes, this is my bug.
    Fixed in svn

     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 100 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     

Log in to post a comment.