-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(caldav): add missing handlers #48508
Conversation
/backport to stable30 |
b360fbb
to
836a0c2
Compare
Signed-off-by: Anna Larch <[email protected]>
836a0c2
to
d30c066
Compare
'allow_redirects' => [ | ||
'redirects' => 10 |
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.
No longer accepts redirects?
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.
Redirects should still work as they are enabled by default with a maximum of 5 redirects.
Resolving the final location does not work without a middleware, and therefore we are skipping it for now.
Summary
TODO
Checklist