View Issue Details

IDProjectCategoryView StatusLast Update
0009892mantisbtbugtrackerpublic2008-12-16 08:38
Reportermaha Assigned Tojreese  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformi386OSWindowsOS VersionXP
Product Version1.1.5 
Target Version1.1.6Fixed in Version1.1.6 
Summary0009892: IE 6 still lacks of caching problems
Description

We are running mantis behind an SSL-Proxy and had various issues with caching. After upgrading to 1.1.5 most of our caching problems went away. However one problem still remains:

IE 6 users who'd like to sort the displayed bugs on the view_all_bug_page.php have to click twice on the column title to get it resorted. After the first click, the page reloads but nothing happens.

This behavior have been observed as well when uploading new attachements or commenting. The new attachements or comments are only displayed after a refresh of the page.

The ssl-proxy is a simple apache proxypass directive with no additional tweaks.

Only $g_allow_file_cache is set to ON, as otherwise IE Users would have Problems with downloading attachements. $g_allow_browser_cache isn't set.

I even tried applying: http://www.mantisbt.org/bugs/plugin.php?page=Source/view&id=13580 as well running it with enabled $g_allow_browser_cache, however both didn't change anything, even in combination.

And I always cleaned the cache before retesting the issue

Steps To Reproduce

Use IE 6 and try to resort serch results.

TagsNo tags attached.

Activities

jreese

jreese

2008-12-02 14:16

reporter   ~0020195

Can you please download the latest snapshot of the upcoming 1.1.6 [1] release and test if you still have the problems with caching?

[1] http://git.mantisbt.org

Thank you.

maha

maha

2008-12-16 04:27

reporter   ~0020377

looks like the 1.1.6 release fixed this issue.

sorry for not being able to test it before.

Related Changesets

MantisBT: master-1.1.x 161a677e

2008-11-24 09:11

jreese


Details Diff
Revert <a class="text" href="/?p=mantisbt.git;a=object;h=4ee424e1">4ee424e1</a>, fix 0009754, 0009869, 0009323 by adding Last-Modified headers to match Expires.

Commit has been tested on:
FF 2.0.14
FF 3.0.4
IE 8.0.6001.18241
IE 6.0.2900.5122
GC 0.4.154.23
Opera 9.51.10081
Affected Issues
0009323, 0009754, 0009869, 0009892
mod - core.php Diff File