MantisBT: master 82b8d472

Author Committer Branch Timestamp Parent
cproensa vboctor master 2019-08-06 12:30 master b5857e4c
Affected Issues  0025969: bug_report_page is forced to be cached
Changeset

Don't force caching of form pages

These pages were explicitly setting a flag to make the pages cacheable.
Before the changes in 97b745dc102323c312ca27b6fcb8f838c3e50b8f
the expiration headers were not being correctly set, however after that
commit, the issue is fixed and these pages have become cacheable
This causes undesired effects.

Since the previos status of this scenario is that the pages were not
being cached anyway, we are removing the explicit $g_allow_browser_cache
flag.

Fixes: 0025969

mod - bug_change_status_page.php Diff File
mod - bug_report_page.php Diff File
mod - bug_update_page.php Diff File