mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #312] [MERGED] refactor: change the format of www-authenticate #560
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/312
Author: @sigoden
Created: 12/7/2023
Status: ✅ Merged
Merged: 12/7/2023
Merged by: @sigoden
Base:
main← Head:refactor-www-authenticate📝 Commits (1)
1d8c9b2refactor: change the format of www-authenticate📊 Changes
3 files changed (+28 additions, -17 deletions)
View changed files
📝
src/auth.rs(+16 -12)📝
src/server.rs(+3 -4)📝
tests/auth.rs(+9 -1)📄 Description
Some webdav client's (like microsoft-webdav) don't support multi-changes in single
www-authenticateheader as follows:Refactor this into two separate "www-authenticate" headers:
close #307
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.