Actions
Bug #86134
closedProtocol is added twice to URL in BackendUtility::getViewDomain
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2018-09-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The method \TYPO3\CMS\Backend\Utility\BackendUtility::getViewDomain
adds the protocol twice because of $domain = $protocol . '://' . $domain;
This leads to the URL http://http://demo.vm
Updated by Gerrit Code Review about 6 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/58177
Updated by Benni Mack about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2ede32952e363c1276f65bb3f1a35889ff40fb8d.
Updated by Andreas Kienast about 6 years ago
- Has duplicate Bug #86140: Legacy backend preview url generation generates URL with duplicated protocol added
Actions