Last modified: 2013-07-22 15:48:34 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 T53726, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 51726 - Incorrect URL used for magic RFC links
Incorrect URL used for magic RFC links
Status: RESOLVED FIXED
Product: Parsoid
Classification: Unclassified
tokenizer (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Gabriel Wicke
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-07-20 02:02 UTC by Kevin Israel (PleaseStand)
Modified: 2013-07-22 15:48 UTC (History)
1 user (show)

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


Attachments

Description Kevin Israel (PleaseStand) 2013-07-20 02:02:47 UTC
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 .
Comment 1 Gerrit Notification Bot 2013-07-22 15:27:36 UTC
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
Comment 2 Gerrit Notification Bot 2013-07-22 15:38:39 UTC
Change 75118 merged by jenkins-bot:
(Bug 51726) Fixed typo in url base for RFCs

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

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


Navigation
Links