r50049 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r50048
|
r50049
|
r50050
>
Date:
19:05, 29 April 2009
Author:
thomasv
Status:
deferred
Tags:
Comment:
override return code to 200 if there is proper content
Modified paths:
/trunk/extensions/WebStore/404-handler.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/WebStore/404-handler.php
—
—
@@ -216,6 +216,7 @@
217
217
$tmpUnlinkDone = true;
218
218
}
219
219
220
+ header( "HTTP/1.1 200 OK" );
220
221
// Stream it ourselves
221
222
$this->streamFile( $tmpFile, $post->contentType );
222
223
} while (false);
Status & tagging log
07:34, 4 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r50049
[
removed:
new
added:
deferred]
05:57, 30 April 2009
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r50049
[
removed:
new
added:
deferred]