fix(server): normalize leading and duplicate slashes in object keys (#4228)

This commit is contained in:
Zhengchao An
2026-07-03 12:50:57 +08:00
committed by GitHub
parent cec3285d23
commit ba1f162f0f
3 changed files with 163 additions and 1 deletions
+4
View File
@@ -61,6 +61,10 @@ mod anonymous_access_test;
#[cfg(test)]
mod special_chars_test;
// Leading/duplicate slash key normalization tests (Issue #2427)
#[cfg(test)]
mod leading_slash_key_test;
// Content-Encoding header preservation test
#[cfg(test)]
mod content_encoding_test;