Actions
Bug #105633
openUri does not stringify IPv6 to bracket-syntax
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
Start date:
2024-11-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
$uri = new Uri('https://user:pass@[fe80::200:5aee:feaa:20a2]:3001/foo?bar=baz#quz');
// Outputs https://user:pass@fe80::200:5aee:feaa:20a2:3001/foo?bar=baz#quz instead of
// https://user:pass@[fe80::200:5aee:feaa:20a2]:3001/foo?bar=baz#quz
echo (string)$uri;
Updated by Gerrit Code Review 2 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87053
Updated by Gerrit Code Review 2 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87053
Updated by Gerrit Code Review 2 days ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87053
Updated by Gerrit Code Review 2 days ago
Patch set 1 for branch main of project Teams/Security/TYPO3v4-Core has been pushed to the review server.
It is available at https://review.typo3.org/c/Teams/Security/TYPO3v4-Core/+/87056
Actions