cloudstack/client/conf
Suresh Kumar Anaparti 2b28a664fe
Updated jetty maxFormContentSize value to 1048576 bytes (default is 200000 bytes), to support user data upto 1048576 bytes (#8420)
This PR enables support for user data content upto 1048576 bytes - updates jetty maxFormContentSize value to 1048576 bytes (default is 200000 bytes).

CloudStack can support max user data content to 1048576 bytes (the size can be configurable through vm.userdata.max.length setting, max 1048576), but it's limited due to the default Jetty max content size, which is 200000 bytes.

Configuration Reference from jetty doc:
https://eclipse.dev/jetty/documentation/jetty-9/index.html#configuring-specific-webapp-deployment (check with maxFormContentSize here)
2024-01-09 17:38:44 +05:30
..
db.properties.in Flexible URI for connection with DB and new MariaDB driver (#7895) 2023-11-10 17:27:35 +01:00
ehcache.xml.in Fix spelling (#7087) 2023-01-16 10:56:07 +01:00
environment.properties.in CLOUDSTACK-10012: Migrate to Embedded Jetty 2017-11-03 23:57:25 +05:30
java.security.ciphers.in client: don't disable TLSv1, TLSv1.1 by default that breaks VMware env 2019-03-26 18:15:20 +05:30
log4j-cloud.xml.in CLOUDSTACK-10012: Migrate to Embedded Jetty 2017-11-03 23:57:25 +05:30
server.properties.in Updated jetty maxFormContentSize value to 1048576 bytes (default is 200000 bytes), to support user data upto 1048576 bytes (#8420) 2024-01-09 17:38:44 +05:30