-
Notifications
You must be signed in to change notification settings - Fork 2.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
Persistent lock timeout value is "Second-" when not specified. #33778
Comments
|
Raised sabre-io/dav#1123 We might need to add a default timeout there. I saw that the LockManager is already using some default timeout value but somehow it is not moved over to the lockInfo in the DAV layer. Should we set it there ? |
Upstream fix: sabre-io/dav#1125 |
So this will need a new release of sabre |
might become obsoleted by the fix of #33846 if we decide to never accept infinity for the locks |
for now we won't accept infinite after #34100 is merged, we've set a maximum value that cannot be exceeded. This means we won't be sending the "Infinite" response, which lowers the priority for this fix here. |
Steps
See steps from #33769.
Expected
<d:timeout>Infinite</d:timeout>
or empty.Actual
<d:timeout>Second-</d:timeout>
or empty.If we set the header "Timeout" to "Second-120" for example, the value appears as "Second-120" so the bug is only when no timeout is specified.
Version
master daa38db
Might be a Sabre bug, will raise there.
@DeepDiver1975 FYI
The text was updated successfully, but these errors were encountered: