I'm using one of my javascript files from my google trunk in a current
live project.
I am including it such as ---> src="http://myproject.googlecode.com/
svn/trunk/script/file01.js?1234567"

The thing is, my google code web server (which is Apache it seems) is
very very greedy about caching on web responses. Even if i clear my
browser cache and hard refresh the url, server still respond with the
old content.

This situation is expected on "304 Not modified" cases. But it returns
"200 OK", still with the old content.

Ok, i know it is such an important thing to make the content cachable
as much as possible, both in server-side and client-side for the
bandwidth and performance optimization... But isn't it possible to
adjust it as when some changes are committed to file, the cache must
be cleared. Let the Apache read the file again if it is changed..

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to