ffang commented on code in PR #2861:
URL: https://github.com/apache/cxf/pull/2861#discussion_r2766197107


##########
rt/transports/http-undertow/src/main/java/org/apache/cxf/transport/http_undertow/UndertowHTTPServerEngine.java:
##########
@@ -80,6 +80,10 @@ public class UndertowHTTPServerEngine implements 
ServerEngine, HttpServerEngineS
     public static final String ENABLE_RECORD_REQUEST_START_TIME_PROP = 
         "org.apache.cxf.transports.http_undertow.EnableRecordRequestStartTime";
 
+    //If not specified, the default size is 2MB from Undertow
+    public static final String MULTIPART_MAX_ENTITY_SIZE =

Review Comment:
   Hi @reta ,
   
   Good suggestion, revised accordingly. 
   
   Thanks!
   Freeman



-- 
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