Bug #62313
closedInstallTool should set SYS/trustedHostsPattern on initial install
0%
Description
The install tool should be able to set a meaningful default for SYS/trustedHostsPattern on its initial install.
This way a user installing TYPO3 for the first time would not get confronted with an error message upon clicking "open Backend" after a sucessful install.
Steps to reproduce¶
- Checkout current master.
- Install the site
- Pick no distribution
- click "open backend" on last step
- enjoy exception
Updated by Gerrit Code Review about 10 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 http://review.typo3.org/33366
Updated by Mathias Schreiber about 10 years ago
Sidenote:
Arguably the patch could check if $_SERVER['SERVER_NAME'] and $_SERVER['HTTP_HOST'] are the same and then set the value to 'SERVER'.
I somewhat consider a "real" value cleaner.
Opinions?
Updated by Gerrit Code Review about 10 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33366
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33366
Updated by Mathias Schreiber almost 10 years ago
- Status changed from Under Review to Closed
we'll talk about this later.
Our setup is very weird