Project

General

Profile

Actions

Bug #14318

closed

IPv6 / Mapped IPv4-IPv6-Adresses truncated in database

Added by old_delmatto about 20 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Install Tool
Target version:
-
Start date:
2004-09-16
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.7-dev
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

table sys_log --> field IP (type varchar, length 15 by default) is too shoort to store native IPv6 or IPv4-IPv6 mapped Addresses.
Eg. Mapped Address ::ffff:12:345:678:9 would become ::ffff:12:345:6

I suggested to increase field length.

(issue imported from #M362)


Files

0000362-t3lib_stddb_tables.sql.patch (477 Bytes) 0000362-t3lib_stddb_tables.sql.patch Administrator Admin, 2004-09-19 15:43

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #14741: FE Users cannot login if they are Using IPV6Closed2005-05-17

Actions
Actions #1

Updated by Sven Wilhelm about 20 years ago

Need to be extended to varchar(39)
example:
FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF

Actions #2

Updated by Sven Wilhelm about 20 years ago

Added patch

Actions #3

Updated by Sven Wilhelm about 20 years ago

sorry, forgot to upload

Actions

Also available in: Atom PDF