[stable28] Bug/48678/restore dav error response#49482
Conversation
c7ada10 to
fde56d6
Compare
|
Conflicts: Constructor property promotion and Imports in Server and ServerFactory, New integration test in caldav.feature |
| $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
fde56d6 to
424a53a
Compare
7cbc5ba to
ff57dc8
Compare
|
@kesselb keep or close? |
ff57dc8 to
1eb1126
Compare
|
Daniel wants to give this a final test, then we are good to merge |
…eption output" This reverts commit e202896. Signed-off-by: Daniel Kesselberg <[email protected]>
This reverts commit d2bf361. Signed-off-by: Daniel Kesselberg <[email protected]>
This reverts commit 9992e7d. Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
Signed-off-by: Robin Appelman <[email protected]>
1eb1126 to
67b013b
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.