[Webkit-unassigned] [Bug 13128] safari not obeying cache header

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 22:21:17 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13128





------- Comment #2 from alex at avannaproductions.com  2007-03-19 22:21 PDT -------
(In reply to comment #1)
> Hitting return in the URL bar with the same URL displayed is treated as a
> reload in Safari.  This behavior is by design.
> 

Fair enough. But then here's an example of two html files that link to each
other:
http://www.sirensclef.com/safari_image_cache/pageA.html

Containing:

<html><body>
<img src="index.php"/>
<a href="pageA.html">test</a>
</body></html>

And:

<html><body>
<img src="index.php"/>
<a href="pageB.html">test</a>
</body></html>

This is a normal inclusion of the image via an img tag, and yet the TS
increments each time. This also demonstrates how this behavior is a problem for
me. I have a PHP script that watermarks photos on the fly. I run *many* images
through this, and none of those images get cached with Safari, causing the
watermark script to run every time.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list