Bug #55499
closedDebugUtility shows <\u00F2 instead of </
100%
Description
The new JavaScript encoder using json_encode also encodes the forward slash to unicode: \u00F2.
This creates problems, since json_encode already 'escapes' the forward slash with a backslash.
Updated by Gerrit Code Review almost 11 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/27183
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27183
Updated by Gerrit Code Review almost 11 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27183
Updated by Gerrit Code Review almost 11 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27183
Updated by Michiel Roos almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1925ea03b0b4496f35c08df7c8496f117ea4bdd8.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed