Bug #38781
closedrsaauth PHP backend calls key generation on every page request (2)
0%
Description
As bug #33165 was closed without the ability to give feedback. And couse the problem isn't fixed I create this new bug report.
- For 4.7/6.0 is the patch http://review.typo3.org/10486 but the line in question is 534
while (is_object($serviceObj = t3lib_div::makeInstanceService('auth', $subType, $serviceChain))) {
that isn't which is the function checkAuthentication and not function processLoginData
And I don't know why this makeInstanceService call is doubled since 4.7
- For 4.5 and 4.6 there is no fix.
All in all it isn't fixed.
Again the backtrace from a TYPO3 4.6.7 installation:
#0 tx_rsaauth_php_backend->isAvailable() called at [/var/www/server-lokal/www.aida.de/aop/typo3/sysext/rsaauth/sv1/backends/class.tx_rsaauth_backendfactory.php:81]
#1 tx_rsaauth_backendfactory::getBackend() called at [/var/www/server-lokal/www.aida.de/aop/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php:123]
#2 tx_rsaauth_sv1->init() called at [/var/www/server-lokal/www.aida.de/aop/t3lib/class.t3lib_div.php:5128]
#3 t3lib_div::makeInstanceService(auth, getUserFE, ,tx_aidaauth_sv_resco,tx_nrumauth_sv1) called at [/var/www/server-lokal/www.aida.de/aop/t3lib/class.t3lib_userauth.php:526]
#4 t3lib_userAuth->checkAuthentication() called at [/var/www/server-lokal/www.aida.de/aop/t3lib/class.t3lib_userauth.php:228]
#5 t3lib_userAuth->start() called at [/var/www/server-lokal/www.aida.de/aop/typo3/sysext/cms/tslib/class.tslib_feuserauth.php:155]
#6 tslib_feUserAuth->start() called at [/var/www/server-lokal/www.aida.de/aop/typo3/sysext/cms/tslib/class.tslib_fe.php:480]
#7 tslib_fe->initFEuser() called at [/var/www/server-lokal/www.aida.de/aop/typo3/sysext/cms/tslib/index_ts.php:234]
#8 require(/var/www/server-lokal/www.aida.de/aop/typo3/sysext/cms/tslib/index_ts.php) called at [/var/www/server-lokal/www.aida.de/aop/index.php:78]
PS: Added watchers from origin bug report.