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

Roan Kattouw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[email protected]. |[email protected]
                   |org                         |

--- Comment #5 from Roan Kattouw <[email protected]> 2011-09-07 22:34:17 
UTC ---
SpecialUploadStash::outputRemoteScaledThumb() has this:

$scalerThumbUrl = $wgUploadStashScalerBaseUrl . '/' . $file->getUrlRel() . '/'
. rawurlencode( $scalerThumbName );

Where $wgUploadStashScalerBaseUrl may be protocol-relative. Then this URL is
fed straight into MWHttpRequest::factory(), which can't deal with
protocol-relative URLs at all (it feeds them straight into parse_url(), which
is severely broken for protocol-relative URLs. Why doesn't this use
wfParseUrl(), anyway?). I'll fix both issues tomorrow, I need sleep now.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to