-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[stable29] Bug/48678/restore dav error response #49483
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
Conversation
c7d77cc to
2ba73b4
Compare
|
Conflicts: Constructor property promotion and Imports in Server and ServerFactory |
| $error->setAttribute('xmlns:s', self::NS_SABREDAV); | ||
| $DOM->appendChild($error); | ||
|
|
||
| $h = function ($v) { |
Check notice
Code scanning / Psalm
MissingClosureReturnType Note
| $error->setAttribute('xmlns:s', self::NS_SABREDAV); | ||
| $DOM->appendChild($error); | ||
|
|
||
| $h = function ($v) { |
Check notice
Code scanning / Psalm
MissingClosureParamType Note
| } | ||
| class BrowserErrorPagePlugin extends ServerPlugin { | ||
| /** @var Server */ | ||
| private $server; |
Check notice
Code scanning / Psalm
MissingConstructor Note
| $this->server->httpResponse->setHeader('Content-Type', 'application/xml; charset=utf-8'); | ||
| } | ||
| public function generateBody(int $httpCode) { | ||
| $request = \OC::$server->getRequest(); |
Check notice
Code scanning / Psalm
DeprecatedMethod Note
2ba73b4 to
95ea51a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocking
e8c6d05 to
5de28cf
Compare
e86568e to
ec9e9e9
Compare
ec9e9e9 to
f90fd1a
Compare
f90fd1a to
09a6d38
Compare
…eption output" This reverts commit e202896. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This reverts commit d2bf361. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This reverts commit 9992e7d. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
09a6d38 to
f01f393
Compare
Backport of #49004
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.