reta commented on code in PR #2861:
URL: https://github.com/apache/cxf/pull/2861#discussion_r2765822520
##########
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:
Thanks @ffang , we already have a property for attachment size [1] called
`attachment-max-size`, could we use it instead? It is already being used in
attachment serdes. Thank you
[1] https://cxf.apache.org/docs/jax-rs-multiparts.html
--
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]