Actions
Bug #85872
closedSymfony-Route requirements have to be strings. This fails for port
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2018-08-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
If SiteConfiguration contains a port in entry point, than frontend throws exception:
Routing requirement for "port" must be a string.
parse_url
returns port as int, if it is defined
Updated by Gerrit Code Review over 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/57928
Updated by Julian Wundrak over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e79fd44a50d66ae2831d801f47216137b8a61b62.
Actions