[TYPO3-mvc] Making Plugins ignore GET/POST parameters?
Felix Oertel
mehl at foertel.com
Wed Sep 8 10:32:21 CEST 2010
Hey,
Am 08.09.10 10:04, schrieb Christian Zenker:
> Is there any built-in way to avoid overriding of the used Controller-Action-Combination by GET/POST parameters on a plugin basis?
ya, of course. ;-) Just define a new FE-Plugin in your ext_localconf.php
defining just this one controller->action pair. The get/post-parameters
will only be used if they are allowed through the plugin's configuration.
regards, foertel
More information about the TYPO3-project-typo3v4mvc
mailing list