fix: harden struts auth responses

This commit is contained in:
Codex
2026-04-01 10:33:02 +08:00
parent 589f33dc92
commit fb18c4d99a
6 changed files with 26 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ public class FileUploadAction extends ActionSupport {
}
if (fileCount == 0) {
addActionError("请至少选择一个文件再提交。 / Select at least one file before submitting the demo.");
addActionError("请至少选择一个文件再提交。/ Select at least one file before submitting the demo.");
return INPUT;
}