Skip to content
Snippets Groups Projects
Commit 972d623d authored by Christian Kuhn's avatar Christian Kuhn Committed by Benni Mack
Browse files

[BUGFIX] Drop a strange internal DataHandler method

That's a seldom gem.

Method convNumEntityToByteValue() in DataHandler
is *seriously* strange. It exists since very early
TYPO3 claiming to fix a "very rare" MSIE bug. It
*tries* to convert the "{" of a string like
"foo{bar" to an ascii char ("{") and does
this with a weird logic that includes a microtime().

Testing this thing locally reveals the method
returns different results per execution!

The patch drops that @internal method and it's
caller.

Change-Id: If9da47cc39d7c811b80879a4b532af90e9ea6f20
Resolves: #95789
Releases: master
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71985


Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 177b087f
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment