Task #37951
closedRemove "http://" prefix from domain record domains or prevent saving the form
Added by Philipp Gampe over 12 years ago. Updated about 6 years ago.
0%
Description
If a user puts http://example.org
in the domain record field for the domain, the scheme is not removed, but included in the URL like so: http://http://example.org
.
This is very confusing and a lot of new users make this mistake even though the label explicitly says to not include the scheme here.
Make sure that TYPO3 recognizes this and either silently removes the scheme in such case or that TYPO3 produces a warning (user eval function?) and refuses saving the entry.
Updated by Thomas Deinhamer over 12 years ago
New 'eval' functions?
E.g. 'domain' and 'url'.
Updated by Philipp Gampe over 12 years ago
Would be fine with me, but than it is a feature.
Updated by Mathias Schreiber almost 10 years ago
- Tracker changed from Bug to Feature
- Category set to FormEngine aka TCEforms
- Target version set to 7.0
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Accepted
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Benni Mack over 9 years ago
- Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Susanne Moog almost 7 years ago
- Related to Epic #83652: EXT: Redirects module - Umbrella issue added
Updated by Susanne Moog almost 7 years ago
- Target version changed from 9.0 to 9.2
With the new redirects module we already implemented a basic host validation which could be reused in this case.
Updated by Gerrit Code Review over 6 years ago
- Status changed from Accepted 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/56318
Updated by Łukasz Uznański over 6 years ago
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56318
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56318
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56318
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56318
Updated by Gerrit Code Review over 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56318
Updated by Benni Mack over 6 years ago
- Tracker changed from Feature to Task
- TYPO3 Version set to 9
Updated by Susanne Moog over 6 years ago
- Target version changed from 9.2 to 9.3
Updated by Susanne Moog over 6 years ago
- Target version changed from 9.3 to 9.4
Updated by Gerrit Code Review over 6 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56318
Updated by Łukasz Uznański over 6 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Benni Mack about 6 years ago
- Status changed from Under Review to Needs Feedback
Hey Philipp, I think this can be closed now, right?
Updated by Riccardo De Contardi about 6 years ago
I tried the following test with 8.7.19:
1) home page > list view > create a new record, type: domain
2) put in the Domain field: http://typo3.test.it/
3) Save
Results¶
1) no warning when saving the domain, the field is saved.
2) on frontend, the pages are predended with:
http//typo3.test.it/index.php?id=34
the colon is missing
3) if I write in the field: typo3.test.it/
everything works fine.
Updated by Susanne Moog about 6 years ago
- Target version changed from 9.4 to 8.7.19
- TYPO3 Version changed from 9 to 8
Updated by Susanne Moog about 6 years ago
- Sprint Focus set to On Location Sprint
Updated by Benni Mack about 6 years ago
- Status changed from Needs Feedback to Closed
we finally resolved this by using a full URL (not just the domain name + path) in the new site handling, as sys_domain will be removed, I consider closing this. @Philipp - If you still think this should be fixed, please-reopen the ticket.
Thanks for your report again!