r101905 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r101904
|
r101905
|
r101906
>
Date:
22:58, 3 November 2011
Author:
platonides
Status:
ok
Tags:
Comment:
Follow-up
r101808
. Use canonical class name.
Modified paths:
/trunk/phase3/includes/HttpFunctions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/HttpFunctions.php
—
—
@@ -857,7 +857,7 @@
858
858
# Check security of URL
859
859
$url = $this->getResponseHeader( "Location" );
860
860
861
- if ( !HTTP::isValidURI( $url ) ) {
861
+ if ( !Http::isValidURI( $url ) ) {
862
862
wfDebug( __METHOD__ . ": insecure redirection\n" );
863
863
break;
864
864
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r101808
use isValidURI for redirect check
mah
14:04, 3 November 2011
Status & tagging log
11:27, 4 November 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r101905
[
removed:
new
added:
ok]