Project

General

Profile

Actions

Bug #29165

closed

Remove check for invalid prefix in t3lib_extMgm::addService

Added by Christian Kuhn over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
Start date:
2011-08-22
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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.

Actions #1

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I078078eef5147cb267483a0d8d04ab113a24f7e9 has been pushed to the review server.
It is available at http://review.typo3.org/4525

Actions #2

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change I078078eef5147cb267483a0d8d04ab113a24f7e9 has been pushed to the review server.
It is available at http://review.typo3.org/4525

Actions #3

Updated by Christian Kuhn over 12 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF