Bug #50217
closedUndefined offset in class loader for classes without vendor namespace
100%
Description
If a class file from a third-party package is loaded which does not follow the Vendor\Product\Classname
convention (e.g. Product\Classname
), the class loader still tries to access the third component of the class name, leading to a warning (and thus an exception, depending on your configuration).
To fix this problem, the class loader should check in advance if it can possibly load this class (or rather if the classname conforms to the specification for the CMS universe).
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22440
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22440
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22440
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/22628
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22629
Updated by Andreas Wolf over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4d6184bdf2de8e535992f6a33979b1bb084f3f63.