Bug #82515
closedsys_domain.domainName must allow more tha 80 chars.
100%
Description
domainName is a VARCHAR, which is an unnecessary low limit nowadays.
RFC 1035, section 2.3.4 (page 9) specifies a length limit of 255 chars: https://tools.ietf.org/html/rfc1035
Updated by Patrik Karisch about 7 years ago
- Priority changed from Should have to Must have
- Target version changed from 9.0 to Candidate for patchlevel
- TYPO3 Version changed from 9 to 8
I set the TYPO3 version to 8 :) I hope it's patchworthy for v8. As this is affecting current projects, we have domains which are near the limit on platform.sh feature environments. If we would have a longer domain in the routes the resulting domain would exceed 80 chars, which is easily possible.
Updated by Patrik Karisch about 7 years ago
- TYPO3 Version changed from 8 to 7
From feedback on twitter, it should go into each maintained version :)
Updated by Gerrit Code Review about 7 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54186
Updated by Gerrit Code Review about 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54189
Updated by Georg Ringer about 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c182151d531b8fc18bfd6b594aad6cf856e3f6ce.
Updated by Gerrit Code Review about 7 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54191
Updated by Gerrit Code Review about 7 years ago
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54191
Updated by Georg Ringer about 7 years ago
- Status changed from Under Review to Resolved
Applied in changeset 6d794e4a693fffba5cdf68a4b2a7555eff6a6a7c.