Project

General

Profile

Actions

Bug #105633

open

Uri does not stringify IPv6 to bracket-syntax

Added by Benjamin Franzke 2 days ago. Updated 2 days ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
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;
Actions #1

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

Actions #2

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

Actions #3

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

Actions #4

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

Also available in: Atom PDF