Page MenuHomePhabricator

Incorrect URL used for magic RFC links
Closed, ResolvedPublic

Description

js/lib/pegTokenizer.pegjs.txt currently contains the following:

var base_urls = {
        'RFC'  : '//tools.ietfs.org/html/rfc%s',
        'PMID' : '//www.ncbi.nlm.nih.gov/pubmed/%s?dopt=Abstract'
    }

base_urls['RFC'] is wrong; the hostname should be tools.ietf.org .

I spotted this when looking at Firebug's HTML tab while VisualEditor was
open on https://en.wikipedia.org/wiki/MD4#Security .


Version: unspecified
Severity: normal

Details

Reference
bz51726

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:52 AM
bzimport set Reference to bz51726.

Change 75118 had a related patch set uploaded by Subramanya Sastry:
(Bug 51726) Fixed typo in url base for RFCs

https://gerrit.wikimedia.org/r/75118

Change 75118 merged by jenkins-bot:
(Bug 51726) Fixed typo in url base for RFCs

https://gerrit.wikimedia.org/r/75118