mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
fix(server): normalize leading and duplicate slashes in object keys (#4228)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user