Redirect Loop For Non-Admin Users in v6.3.2

(3 posts) (2 voices)

Tags:

No tags yet.

  1. kevin.palmer, Member

    I upgraded from v6.3.0 to v6.3.2 this morning to fix an issue with logins to a read-only myDBR instance ( cannot execute this statement SQL: call sp_MyDBR_SetLatestVersion) and I think I've run into a new bug. Admin user logins work fine, but non-admin user logins get stuck in a redirect loop. I can see the redirects in the Apache log, but since this is new and only happens for non-admin users, it seems like it has to be code related.

    xxx.xxx.xxx.xxx - - [03/May/2022:17:48:08 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:08 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:08 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:08 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:08 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:08 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:08 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:09 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:09 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:09 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:09 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:09 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:09 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:10 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:10 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:10 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:10 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:10 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:10 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:10 +0000] "GET /reporting/index.php HTTP/2.0" 302 1998

    Admin logins look like this:
    xxx.xxx.xxx.xxx - - [03/May/2022:17:48:36 +0000] "GET /reporting/index.php?a=login HTTP/2.0" 200 3748 xxx.xxx.xxx.xxx - - [03/May/2022:17:48:36 +0000] "GET /reporting/apps/image.php?img=mydbr_logo.png HTTP/2.0" 200 2290

  2. myDBR Team, Key Master

    This was fixed in 6.3.3. Run the automatic updater and the issue will be fixed.

    --
    myDBR Team

  3. kevin.palmer, Member

    Confirmed fixed for us. Thanks for the quick turnaround!


Reply

You must log in to post.