r111517 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r111516
|
r111517
|
r111518
>
Date:
00:29, 15 February 2012
Author:
aaron
Status:
ok
Tags:
Comment:
Send base 16 md5 ETag for Swift to check against
Modified paths:
/trunk/tools/upload-scripts/thumb-handler.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/tools/upload-scripts/thumb-handler.php
—
—
@@ -200,6 +200,8 @@
201
201
header( 'Cache-Control: no-cache' );
202
202
}
203
203
204
+header( 'ETag: ' . md5( $text ) ); // for Swift integrity checks
205
+
204
206
if ( !$contentType ) {
205
207
header( 'Content-Type:' );
206
208
} else {
Status & tagging log
20:42, 15 February 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r111517
[
removed:
1.19wmf1]
13:09, 15 February 2012
Hashar
(
talk
|
contribs
)
changed the
tags
for r111517
[
added:
1.19wmf1]
13:09, 15 February 2012
Hashar
(
talk
|
contribs
)
changed the
status
of r111517
[
removed:
new
added:
ok]