-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Blocker
-
Affects Version/s: COmanage Registry 4.3.4 (Ruddy Rex MR4)
-
Component/s: Registry
In AppController.php this code block
if(!in_array($_COOKIE['cm_registry_tz_auto'], $timezone_identifiers)) { |
// This is not an acceptable value |
|
throw new RuntimeException(_txt('er.invalid.cookie'), HttpStatusCodesEnum::HTTP_NOT_ACCEPTABLE); |
}
|
will throw a RuntimeException when a browser sends in values like "Asia/Saigon" or "Asia/Calcutta" which are strictly speaking outdated, but some browsers are sending.