Uh oh!
There was an error while loading. Please reload this page.
Make sure we properly ass well-known paths to index.php - #24860
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1de612c to
98198e0CompareChristophWurst
commented
Dec 29, 2020
@daita please test with your setups :) |
ArtificialOwl
commented
Dec 29, 2020
green test on:
👍 |
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 790: failurejsunitShow full log |
ArtificialOwl
commented
Dec 29, 2020
Not really important as there is a work around, but ... Did some more test with nextcloud in a sub folder/path: https://example.net:8081/nextcloud/ With default setup, I just need (in apache config) to redirect the request from Now, with |
This makes sure we pass .well-known paths to index.php if they are not acme-challenge|pki-validation. The fallback for random files starting with "." is still preserved. Otherwise the rewrite to a 404 status page will cause issues with the get parameters not being preserved when the 404 is handled by our own ErrorDocument handling in
server/lib/private/Setup.php
Line 523 in d89a75b
Ref #24702