mufasa1976 commented on code in PR #314:
URL:
https://github.com/apache/commons-fileupload/pull/314#discussion_r1606067044
##########
src/main/java/org/apache/commons/fileupload/FileUploadBase.java:
##########
@@ -138,6 +138,11 @@ public static boolean isMultipartContent(final
HttpServletRequest req) {
*/
public static final String MULTIPART_MIXED = "multipart/mixed";
+ /**
+ * HTTP content type header for multiple related data.
+ */
+ public static final String MULTIPART_RELATED = "multipart/related";
Review Comment:
I've added a `@since 1.6` comment. Hope this is correct
--
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]