diff options
author | Joas Schilling <coding@schilljs.com> | 2025-03-10 06:50:41 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-03-10 06:59:49 +0100 |
commit | 34bcc53fb9aaa064743bb2b386b0321f6a9bd358 (patch) | |
tree | 579fad23bb967d1e98f0314bb2e15404608ca3d0 /cypress.config.ts | |
parent | 78b31ca00f31cea436c6ae00e7161deb95840a31 (diff) | |
download | nextcloud-server-bugfix/50619/correctly-init-server.tar.gz nextcloud-server-bugfix/50619/correctly-init-server.zip |
fix(base.php): Correct order for booting \OC\Serverbugfix/50619/correctly-init-server
A recent change had broken authentication with an older
FastCGI Apache2 module, because the IRequest object got
initialised before the fix from self::handleAuthHeaders()
copied the authentication headers into the correct $_SERVER
variables.
Since this part is completely independent from any Nextcloud
code it is now done as a first thing within the init() call.
Additionally similar issues could happen when another class
would boot too early and read other global PHP settings like
ini values and default timezone, so those are now also moved
to the beginning.
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'cypress.config.ts')
0 files changed, 0 insertions, 0 deletions