Markus Klein
Markus Klein
related to #311
Curiously the issue with the extension oidc seems to be resolved with the updated versions ``` PhpStorm 2021.3 Build #PS-213.5744.279, built on December 2, 2021 Non-Bundled Plugins: com.cedricziel.idea.typo3 (213.7.3) ```
Not working as intended. Pls. do not merge.
Now it is correct again.
I can now reproduce the problem. This happens, if an action does `throw new PropagateResponseException(new RedirectResponse($redirect, 303), 16155538)` So we get a response that does not have a content-type indeed.
This also happens if you have "unused content elements". E.g. when upgrading a website and using new backend layouts, with different `colPos` numbers. Trying to edit such a content element...
`$isCurrentColPos = $colPos === (int)($result['databaseRow']['colPos'][0] ?? 0);` is sufficient for us to fix it
see https://github.com/IchHabRecht/content_defender/pull/109
@nollm Please tell us the version you are using. (e.g. the git commit hash)
I know that reasoning. The 20% thingy is rather misleading, since you get a random number between 0 and max_random (something MAX_INT) and for 20% of those numbers you run...