https://bugzilla.wikimedia.org/show_bug.cgi?id=25009

Andre Klapper <aklap...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|img_auth.php, IE and SSL    |img_auth.php should have
                   |                            |"Expires: 0", "Pragma:
                   |                            |cache" for IE and SSL
         Whiteboard|                            |aklapper-moreinfo

--- Comment #2 from Andre Klapper <aklap...@wikimedia.org> ---
Pål: Any place where one could test this?
Which IE version is this about? Which MediaWiki version nowadays?


The line in the source code nowadays (1.21) is:
// Stream the requested file
wfDebugLog( 'img_auth', "Streaming `".$filename."`." );
$repo->streamFile( $filename, array( 'Cache-Control: private', 'Vary: Cookie' )
);

I also found
http://stackoverflow.com/questions/6491789/http-headers-controlling-cache-and-history-mechanism
for some basic background info.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to