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

Roan Kattouw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Roan Kattouw <[email protected]> 2011-07-25 18:02:39 
UTC ---
(In reply to comment #2)
> This can probably be fixed by dropping a wfExpandUrl() onto the redirection 
> URL
> prior to sending it out; unlike the URL normalization redirects it doesn't 
> need
> to be cached, so there's no worry here about cache corruption.
Actually it's probably wfExpandUrl() that's *causing* this in the first place.
This is because, currently, wfExpandUrl( '//example.com' ) always returns
'http://example.com' regardless of which protocol the request came in on. The
function needs this mode to avoid cache pollution, but I guess it also needs an
'expand to whichever protocol was used for this request' mode.

-- 
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