Allow up to 63 characters TLD in email address by sebastianpiskorski · Pull Request #9486 · matomo-org/matomo · GitHub
Skip to content

Allow up to 63 characters TLD in email address #9486

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 12, 2016
Merged

Allow up to 63 characters TLD in email address #9486

merged 1 commit into from
Jan 12, 2016

Conversation

sebastianpiskorski
Copy link
Contributor

We should allow for 63 characters TLDs, according to RFC 1035, instead of arbitrary 10.

https://en.wikipedia.org/wiki/Domain_Name_System#cite_ref-rfc1034_1-2

As far as minimum length of 2 is acceptable, becuse IANA says that it isn't likely to introduce 1 character TLD, maximium length is too short.
Also updated valid TLDs list to current state: http://data.iana.org/TLD/tlds-alpha-by-domain.txt

This partially resolves #9485

We should allow for 63 characters TLDs, according to RFC 1035, instead of arbitrary 10.

https://en.wikipedia.org/wiki/Domain_Name_System#cite_ref-rfc1034_1-2

As far as minimum length of 2 is acceptable, becuse IANA says that it isn't likely to introduce 1 character TLD, maximium length is too short.

This partially resolves #9485
@sebastianpiskorski
Copy link
Contributor Author

Cloud someone from Pwik team kick this job? https://travis-ci.org/piwik/piwik/jobs/101118866 for me?

It have errored on something random The command "./tests/travis/setup_webserver.sh" failed and exited with 127 during .

@tsteur
Copy link
Member

tsteur commented Jan 10, 2016

Is there maybe a way we do not have to update Zend? Maybe we can configure a hostname class?

@mattab mattab added this to the 2.16.0 milestone Jan 12, 2016
@mattab mattab added the Needs Review PRs that need a code review label Jan 12, 2016
@sebastianpiskorski
Copy link
Contributor Author

@tsteur This PR resolves problem temporarily.

@tsteur
Copy link
Member

tsteur commented Jan 12, 2016

OK Cheers, looks good to merge. Should we create a new issue to solve it permanently?

tsteur added a commit that referenced this pull request Jan 12, 2016
#9485 Allow up to 63 characters TLD in email
@tsteur tsteur merged commit 784b7bb into matomo-org:master Jan 12, 2016
@tsteur
Copy link
Member

tsteur commented Jan 12, 2016

Created #9509

@mattab mattab changed the title #9485 Allow up to 63 characters TLD in email Allow up to 63 characters TLD in email address Jan 29, 2016
sebastianpiskorski added a commit to sebastianpiskorski/piwik that referenced this pull request Mar 24, 2016
tsteur added a commit that referenced this pull request Mar 28, 2016
Test for PR #9486, Validate allowed TLDs with current IANA list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Review PRs that need a code review
Development

Successfully merging this pull request may close these issues.

3 participants