mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
2cba22d34e
This triggered a "cross reaction" of sorts.bbd4cad40tried to fix a redirect loop by checking for the presence of content in `flash` (assuming that this meant the presence of a text message to be shown to the user).0fa8b4a77used the flash storage to forward CSP extensions so they are usable for exactly one follow-up request. While this is an allowed usage of `flash`, it was sufficiently far away from what it's usually used for that it threw over expectations of the former change and consequently led to breaking the direct login workflow. The specs were not working as intended, because the settings-update of with_config was effectively undone by also using with_settings in the same spec.