View Issue Details

IDProjectCategoryView StatusLast Update
0009070mantisbtbugtrackerpublic2024-01-25 16:34
ReporterBovenH Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version1.1.1 
Summary0009070: Browser cache is not implemented correctly
Description

In file “config_defaults_inc.php” browser cache can be configured:
“$g_allow_browser_cache = ON;”
(shouldn’t this be “1” instead of “ON”?????)

However, in the “bug_report*_page.php” files the browser cache is also set ($g_allow_browser_cache = 1;) Why?? If only during bug report/update browser cache is needed, then configure this as e.g.

$g_allow_browser_cache_on_report = ON;
$g_allow_browser_cache_on_update = ON;
$g_allow_global_browser_cache = ON;

TagsNo tags attached.

Activities

dregad

dregad

2024-01-07 12:02

developer   ~0068424

We are resolving this issue as "no change required", because it was reported against an old version of MantisBT which is no longer supported.

We recommend that you upgrade to the latest stable version [1]; if after doing so the problem still exists, do not hesitate to reopen the issue.

[1] http://www.mantisbt.org/download.php