Actions
Bug #94620
closedWhen comparing IPv6 addresses wildcards with * cannot be used
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2021-07-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
GeneralUtility::cmpIPv6() will fail when matching the address in a notation with * on self::validIPv6().
Also, all the tests for IPv6 addresses do not use this notation.
The commments for the functions cmpIP() and cmpIPv6, as well as the description for Global Configuration IPmaskList should be updated.
Updated by Gerrit Code Review over 3 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/c/Packages/TYPO3.CMS/+/70055
Updated by Gerrit Code Review over 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70161
Updated by Sybille Peters over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7a347e834a7019eb1c7d389899fe21a41498b313.
Actions