Last modified: 2014-11-01 22:14:20 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T59644, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 57644 - Use "https://" for all URIs in the WikidataRepo extension
Use "https://" for all URIs in the WikidataRepo extension
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
WikidataRepo (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Wikidata bugs
: need-volunteer
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-27 11:23 UTC by Daniel Kinzler
Modified: 2014-11-01 22:14 UTC (History)
5 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Daniel Kinzler 2013-11-27 11:23:53 UTC
All URIs we generate should use the "https://" schema prefix. There are two main cases:

* Well-known URIs used in the data, e.g. for Calendars and Globes. These can easily be changed in the software, but all places where URIs in data get compared to constants need to be identified and modified to apply the required normalization before comparing.

* URIs we expose for the wiki's entities (as well as data types, etc). We should automatically use https URIs here only of the present site actually supports HTTPS. But if it does, we should expose https URIs even if the current request was handled via unencrypted http.
Comment 1 Ricordisamoa 2013-12-05 00:16:00 UTC
(In reply to comment #0)
> All URIs we generate should use the "https://" schema prefix. There are two
> main cases:
> 
> * Well-known URIs used in the data, e.g. for Calendars and Globes. These can
> easily be changed in the software, but all places where URIs in data get
> compared to constants need to be identified and modified to apply the
> required
> normalization before comparing.
> 
> * URIs we expose for the wiki's entities (as well as data types, etc). We
> should automatically use https URIs here only of the present site actually
> supports HTTPS. But if it does, we should expose https URIs even if the
> current
> request was handled via unencrypted http.

Couldn't we use protocol-relative URLs instead?
Comment 2 Marius Hoch 2014-11-01 22:14:20 UTC
I'm pretty sure this has long been fixed.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links