User "Hashar" changed the status of MediaWiki.r104452. Old Status: new New Status: ok
User "Hashar" also posted a comment on MediaWiki.r104452. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104452#c26632 Commit summary: Follow-up r104345. Make freenode.net links protocol relative again. Also dropped the trailing slash on a couple of languages. Using www.freenode.net doesn't hit the warning about using *.freenode.net (on http, www.freenode.net will redirect dropping the www.) Comment: You really want to keep the trailing slash. That give the path of the resource you want to access on that server which happens to usually be the default one. RFC 3986 instruct to normalize http URL with a trailing slash if not provided (6.2.3. Scheme-Based Normalization on http://tools.ietf.org/html/rfc3986). Marking fixme per RFC :) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
