diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-06-17 12:25:54 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-06-18 09:44:57 +0200 |
commit | 35a27b5fd571bc6cb05126fd828a58a3fa71f081 (patch) | |
tree | 9c908258bc827d9c2cbff17ed8465aa9dc9cd3be /build/integration/files_features/windows_compatibility.feature | |
parent | 3bc4e0ff28e4764a02c7ea456c577bf16a3b9062 (diff) | |
download | nextcloud-server-fix/validation-defaults.tar.gz nextcloud-server-fix/validation-defaults.zip |
fix(FilenameValidator): use `_` as default replacement for invalid charsfix/validation-defaults
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'build/integration/files_features/windows_compatibility.feature')
-rw-r--r-- | build/integration/files_features/windows_compatibility.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/files_features/windows_compatibility.feature b/build/integration/files_features/windows_compatibility.feature index 2fdd37d67a1..feaaca1ed3a 100644 --- a/build/integration/files_features/windows_compatibility.feature +++ b/build/integration/files_features/windows_compatibility.feature @@ -54,7 +54,7 @@ Feature: Windows compatible filenames And invoking occ with "files:windows-compatible-filenames --enable" And invoking occ with "files:sanitize-filenames user0" Then as "user0" the file "/2*2=4.txt" does not exist - And as "user0" the file "/2 2=4.txt" exists + And as "user0" the file "/2_2=4.txt" exists Scenario: renaming a file with invalid character and replacement setup Given As an "admin" |