Bug #29165
closedRemove check for invalid prefix in t3lib_extMgm::addService
100%
Description
t3lib_extMgm::addService() checks that $serviceType (eg. 'auth') does not start with a valid class prefix. While it is probably not a good idea to prefix a service type with 'user_' or 'tx_', there is no technical reason to enforce this. The check especially leads to problems if TYPO3_CONF_VARS['FE']['userFuncClassPrefix'] is set to an empty string. This patch removes the check.
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I078078eef5147cb267483a0d8d04ab113a24f7e9 has been pushed to the review server.
It is available at http://review.typo3.org/4525
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I078078eef5147cb267483a0d8d04ab113a24f7e9 has been pushed to the review server.
It is available at http://review.typo3.org/4525
Updated by Christian Kuhn over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset b491f2402b12ecb1470793bc600085057f9fb599.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed