-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(services/webdav): support redirection when get 302/307 response …
…during read operation (#2256) * fix: add redirect logic * refactor: webdav redirect logic refactor * fix: compare Origin instead of whole url * fix: path beginning with / * fix: remove the root from redirect location * fix: add url escape decode logic for path * chores: format * chores: add integration test for redirect * fix: nginx config log file for new virtual server * fix: use loopback nic to listen on * fix: proxy forward address * fix: add module of webdav of nginx * fix: permission error during test * fix: permission error during test * tmp: add log for nginx * tmp: add log for nginx * tmp: add log for nginx * tmp: add log for nginx * tmp: add log for nginx * tmp: add log for nginx * tmp: add log for nginx * tmp: add log for nginx * tmp: add log for nginx * tmp: add log for nginx * fix: permission * debug: check permission staff * debug: make /var/lib/nginx/body executable * fix: nginx redriect test * refactor: refactor with maximum retry times * refactor: remove async recursive dep * chore: clippy fix * chore: cargo fmt fix * fix: retry step fix * fix: remove useless dep * fix: clippy fix and typos * fix: comment fixes * chores: comment style change * refactor: revert redirect logic in webdav * refactor: add redirect handling for http client * fix: cargo clippy * chore: fix format --------- Co-authored-by: Suyan <[email protected]>
- Loading branch information
Showing
6 changed files
with
227 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters