Skip to content
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

[stable24] fix(dav): Abort requests with 429 instead of waiting #39254

Merged
merged 3 commits into from
Jul 11, 2023

Conversation

nickvergessen
Copy link
Member

Backport #38046

Signed-off-by: Joas Schilling <coding@schilljs.com>
// set ownCloud namespace
$errorNode->setAttribute('xmlns:o', self::NS_OWNCLOUD);

$error = $errorNode->ownerDocument->createElementNS('o:', 'o:hint', 'too many requests');

Check notice

Code scanning / Psalm

PossiblyNullReference Note

Cannot call method createElementNS on possibly null value
kesselb and others added 2 commits July 10, 2023 14:31
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
…analysis-security

Signed-off-by: Joas Schilling <coding@schilljs.com>
@kesselb
Copy link
Contributor

kesselb commented Jul 10, 2023

Cherry-picked 2e1ba10 for happy psalm 🙏

@kesselb kesselb added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jul 10, 2023
@nickvergessen nickvergessen merged commit e65b577 into stable24 Jul 11, 2023
27 of 28 checks passed
@nickvergessen nickvergessen deleted the backport/38046/stable24 branch July 11, 2023 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants