-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't write back .htaccess file on a RO filesystem #42298
Conversation
Signed-off-by: Git'Fellow <[email protected]>
Shouldn’t we at least log something? Not being able to update the htaccess has consequences, no? |
We can, but here we're dealing with RO filesystems mainly, that are updated otherwise. In RW filesystems, it will throw and log here (but also don't write or log in some cases, see line 571): Lines 562 to 573 in cd32db6
|
Would be cool to get (backports of this) into the next minor updates for 28 and 27 if applicable, so we can push the latest security fixes to our users. :) nextcloud-snap/nextcloud-snap#2631 (comment) |
Any way we can patch this on 27.1.5 for the snap rather than waiting until the backport in 27.1.6? Thanks |
/backport to stable28 |
/backport to stable27 |
I don't believe we can do that without violating the integrity checks. We're going to have to wait for 27.1.6. |
occ maintenance:install
fails on read-only htdocs directory #42286Checklist