This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 176370 - Cache policy for bugzilla is wrong
Summary: Cache policy for bugzilla is wrong
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Admin (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P1 normal with 1 vote (vote)
Assignee: Admins
URL:
Keywords:
: 176779 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-11-10 03:42 UTC by Marek Fukala
Modified: 2009-11-13 19:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2009-11-10 03:42:05 UTC
Try following scenario:
1) make a bugzilla query (search) containing arbitrary issues
2) save the link
3) modify an issue which is in the query result
4) open the link in your browser
=> you'll see the old version of the page (the modification is not taken into account) until you explicitly refresh the page in browser.

You need to explicitly refresh any query page in the browser to be sure it contains proper data.

The http caching policy in is apparently wrong. 

I use firefox 3.5
Comment 1 Peter Nabbefeld 2009-11-13 05:58:19 UTC
*** Bug 176779 has been marked as a duplicate of this bug. ***
Comment 2 Marco Walther 2009-11-13 19:56:34 UTC
So far, I've only seen the problem once with firefox:-(

The problem was that BZ sometimes sends a strange MIME-type, especially for the server push setup used for the Mozilla browsers: multipart/x-mixed-replace.

That was falling into the
ExpiresDefault "access plus 30 days"
for the web-tier boxes.

I added
ExpiresByType multipart/x-mixed-replace "access"
and that seems to work.