max-post-size setting added to properties files (#649355)

The setting max-post-size-bytes has been added to the properties files cm6-config.properties, cm6-cmrf-config.properties and cm6-domain-config.properties. It is used to configure the setting max-post-size from the JBoss XML configuration files. The default value is 104857600 Bytes.

This setting determines the maximum size of binary uploads supported on the system. It must be aligned with the system property attachment.max.size from the module cmas-core-server.

The XML configuration files cm6-<DB>.xml, cm6-DWH-<DB>.xml and cm6-cmrf-<DB>.xml have been modified accordingly.