Project

General

Profile

Actions

Bug #55475

closed

Error when saving Domain system record

Added by Jesper Mathiasen about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-01-30
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.5
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

When saving a domain system record an error occurs on line 2339 of typo3/sysext/core/Classes/DataHandling/DataHandler.php

case 'domainname':
  if (!preg_match('/^[a-z0-9.\\-]*$/i', $value)) {
    $value = GeneralUtility::idnaEncode($value);
  }
  break;
$value = GeneralUtility::idnaEncode($value);
should be
\TYPO3\CMS\Core\Utility\GeneralUtility::idnaEncode($value);

This bug was introduced in commit using hash

c99a07a9442ea1ddbe0ce95881251eb927c209ac


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #53862: isValidUrl idna converts whole URI instead of domain onlyClosed2013-11-22

Actions
Actions #1

Updated by Jesper Mathiasen about 10 years ago

This occurs in V 6.1.7

Actions #2

Updated by Gerrit Code Review about 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27173

Actions #3

Updated by Gerrit Code Review about 10 years ago

Patch set 2 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27173

Actions #4

Updated by Gerrit Code Review about 10 years ago

Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27174

Actions #5

Updated by Wouter Wolters about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF