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

Derk-Jan Hartman <hartman.w...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hartman.w...@gmail.com

--- Comment #3 from Derk-Jan Hartman <hartman.w...@gmail.com> 2012-10-31 
13:11:55 UTC ---
This is because by default mw-rights-url is used. If the system can't handle
protocol relative urls, just put it trough wfExpandUrl( url, PROTO_CURRENT ),
before outputting;

Or actually, due to possible lack of protocol awareness in caching layer of PDF
rendered documents, it should probably be wfExpandUrl( url, PROTO_HTTP );

This makes me wonder however about the protocol relative capabilities of the
rest of the renderer. We have these things all over the place.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to