dufs/tests
sigoden fd73f144aa
fix: require path separator boundary when stripping --path-prefix (#725)
The resolve_path function used str::strip_prefix which accepted
same-component prefix matches (e.g. prefix "pfx" matched both
"/pfx/file" and "/pfxfile"). Now requires the prefix to be
followed by "/" or be an exact match to serve the root.
2026-06-29 19:55:36 +08:00
..
data feat: support config file with --config option (#281) 2023-11-04 16:58:19 +08:00
allow.rs feat: add option --allow-archive (#152) 2022-12-10 11:09:42 +08:00
args.rs fix: require path separator boundary when stripping --path-prefix (#725) 2026-06-29 19:55:36 +08:00
assets.rs feat: support customizable 404 page (#688) 2026-04-24 08:20:19 +08:00
auth.rs fix: tweak auth logic (#689) 2026-04-25 17:28:28 +08:00
bind.rs refactor: update deps (#655) 2026-01-08 12:02:41 +08:00
cache.rs refactor: removes clippy warnings (#601) 2025-07-30 18:33:00 +08:00
cli.rs refactor: update deps (#655) 2026-01-08 12:02:41 +08:00
config.rs refactor: update deps (#655) 2026-01-08 12:02:41 +08:00
cors.rs fix: allow all cors headers and methods (#225) 2023-06-02 19:07:43 +08:00
digest_auth_util.rs refactor: digest_auth related tests (#372) 2024-04-08 06:56:51 +08:00
fixtures.rs refactor: update deps (#655) 2026-01-08 12:02:41 +08:00
health.rs feat: provide healthcheck API (#474) 2024-10-28 07:37:21 +08:00
hidden.rs chore: fix typos 2024-01-15 12:53:59 +00:00
http_logger.rs refactor: update deps (#655) 2026-01-08 12:02:41 +08:00
http.rs fix: guard_root_contained walks up to existing ancestor for non-existent paths (#716) 2026-06-12 16:56:57 +08:00
range.rs fix: http range underflow (#690) 2026-04-25 17:59:44 +08:00
render.rs feat: support edit files (#179) 2023-02-20 22:50:24 +08:00
single_file.rs refactor: update deps (#655) 2026-01-08 12:02:41 +08:00
sort.rs feat: API to search and list directories (#177) 2023-02-20 11:05:53 +08:00
symlink.rs feat: API to search and list directories (#177) 2023-02-20 11:05:53 +08:00
tls.rs refactor: update deps (#655) 2026-01-08 12:02:41 +08:00
utils.rs feat: base64 index-data to avoid misencoding (#421) 2024-07-22 08:02:32 +08:00
webdav.rs refactor: return 400 for propfind request when depth is neither 0 nor 1 (#403) 2024-06-14 22:16:50 +08:00