Project

General

Profile

Bug #105194

Updated by Markus Klein 16 days ago

We see a lot of error messages like this in the log: 

 > Mon, 02 Sep 2024 17:44:50 +0200 [CRITICAL] request="c192a41bd962a" component="TYPO3.CMS.Core.Error.ProductionExceptionHandler": Core: Exception handler (WEB: BE):    InvalidArgumentException, code #1436717322, file /var/www/..../vendor/typo3/cms-core/Classes/Http/Uri.php, line 125: The parsedUri "https:///boaform/admin/formLogin?username=user&psd=user" appears to be malformed - {"mode":"WEB","application_mode":"BE","exception_class":"InvalidArgumentException","exception_code":1436717322,"file":"/var/www/..../vendor/typo3/cms-core/Classes/Http/Uri.php","line":125,"message":"The parsedUri \"https:///boaform/admin/formLogin?username=user&psd=user\" appears to be malformed","request_url":"https:///boaform/admin/formLogin?username=user&psd=user","exception":null} 

 Apache log: 

 > 117.211.40.x - - [01/Oct/2024:20:28:51 +0200] "GET /boaform/admin/formLogin?username=adminisp&psd=adminisp HTTP/1.0" 500 4400 

 The setup is an Apache server with php-fpm

Back