sepe81 commented on code in PR #778:
URL: https://github.com/apache/struts/pull/778#discussion_r1427132286


##########
core/src/test/java/org/apache/struts2/interceptor/FileUploadInterceptorTest.java:
##########
@@ -550,6 +553,7 @@ private String encodeTextFile(String bondary, String 
endline, String name, Strin
         sb.append(name);
         sb.append("\"; filename=\"");
         sb.append(filename);
+        sb.append("\"");

Review Comment:
   👍 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to