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