Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Linky does not work with case-insensitive schemes #3210

Closed
jupiterplanet opened this issue Jul 12, 2013 · 0 comments
Closed

Linky does not work with case-insensitive schemes #3210

jupiterplanet opened this issue Jul 12, 2013 · 0 comments

Comments

@jupiterplanet
Copy link

According to RFC 3986 (http://tools.ietf.org/html/rfc3986#section-3.1) scheme such as http or mailto are case-insensitive. So links such as http://server/ and HTTP://server/ are valid and equivalent.

However, the linky filter recognizes only links with lowercase schemes as links. While http://server/ will be recognized as a link, HTTP://server will be not.

petebacondarwin added a commit that referenced this issue Jul 12, 2013
According to RFC 3986 (http://tools.ietf.org/html/rfc3986#section-3.1)
schemes such as http or mailto are case-insensitive. So links such as
http://server/ and HTTP://server/ are valid and equivalent.

Closes #3210
ctrahey pushed a commit to ctrahey/angular.js that referenced this issue Jul 22, 2013
According to RFC 3986 (http://tools.ietf.org/html/rfc3986#section-3.1)
schemes such as http or mailto are case-insensitive. So links such as
http://server/ and HTTP://server/ are valid and equivalent.

Closes angular#3210
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant