Bug #54115
closedFluid: ViewHelper namespaces in old style + class alias map + closing tag usage = Exception 1224485398
100%
Description
As subject states, the following combination of factors result in Exception 1224485398:
- Fluid template uses Tx_ name in namespace
- ViewHelpers exist as namespaced classes
- ClassAliasMap is used to create backwards compatibility
- ViewHelper used with closing tag
The reason is that the closing tag ViewHelper node class name will not match the opening tag node class name.
The problem can be solved completely by letting the resolveViewHelperName() method check if class name is an alias, and if so, use the real class name instead of the alias class name. Fix is incoming.
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/25814
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/25814
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/25814
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/25814
Updated by Gerrit Code Review almost 11 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25814
Updated by Gerrit Code Review almost 11 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25814
Updated by Gerrit Code Review almost 11 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25814
Updated by Gerrit Code Review almost 11 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25814
Updated by Anonymous almost 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset 0bbcf35878185a7c02fa3e1a21d05d138f12dc63.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Resolved 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/26518
Updated by Gerrit Code Review almost 11 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/26519
Updated by Anonymous almost 11 years ago
- Status changed from Under Review to Resolved
Applied in changeset c2211f546987ac3c0d15578ee3e38ff632e8b00b.