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

[frontend/webdav] Locking issues ? #1024

Open
anthonygego opened this issue Nov 7, 2024 · 0 comments
Open

[frontend/webdav] Locking issues ? #1024

anthonygego opened this issue Nov 7, 2024 · 0 comments
Labels
Bug Triage needed Project maintainers still have to review this issue

Comments

@anthonygego
Copy link
Member

Describe the bug
It seems that with wsgidav > 4.1.0, clients that support file locking cannot put an updated version and receive http 423 locked as response.

INGInious installation details

  • Version: v0.8+ , wsgidav>4.1.0

To Reproduce

  1. Mount the webdav folder
  2. Opn a file. LOCK gives HTTP 200 in logs.
  3. Try to modify and save a file.
  4. The file is not updated. HTTP 423 locked in logs.

Expected behavior
The file should be put-able after a lock gives http 200... to investigate. Maybe we should stick with 4.0.1 in requirements for now.

@anthonygego anthonygego added Bug Triage needed Project maintainers still have to review this issue labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Triage needed Project maintainers still have to review this issue
Projects
None yet
Development

No branches or pull requests

1 participant