Merge pull request #667 in EDELIVERY/domibus from bugfix/EDELIVERY-3898-party-certificate-is-not-deleted to development* commit '15c080c292429d0ab6a5a60f86a14b529bed086c':
[EDELIVERY-3898] fix removeCertificate
[EDELIVERY-3898] do not return boolean for removeCertificate list; simplify implementation
[EDELIVERY-3898] addCertificate does not return boolean anymore; simplify the implementation
[EDELIVERY-3898] create a class to hold the certificate alias and content
[EDELIVERY-3898] new methods to 'add'...
Merge pull request #668 in EDELIVERY/domibus from EDELIVERY-3871-test-multi-domain-configuration to development* commit '42443f28eb3a24dc588ce3e7918e4acf77db76e1':
[EDELIVERY-3871] - Do not default to domibus.properties for the domain storage location
Merge pull request #666 in EDELIVERY/domibus from bugfix/EDELIVERY-3905-ui-no-confirmation-message to development* commit 'aa90ff27983334ee03da47eeb79793f2d2b25dfa':
[EDELIVERY-3905]: display the success message after saving plugin users succesfully
Merge pull request #665 in EDELIVERY/domibus from bugfix/EDELIVERY-3898-party-certificate-is-not-deleted to development* commit 'cb2af48a49f108e70d44359c8d25a839a2fe4c30':
[EDELIVERY-3898]-when deleting a party, delete also the corresponding certificate from the store
Merge pull request #663 in EDELIVERY/domibus from EDELIVERY-3882-fix-sending-large-files-on to development* commit '4e1581207ed1c8e95770976bcd7d90215724bc14':
[EDELIVERY-3882] - Force loading BouncyCastle as the first security provider
Merge pull request #661 in EDELIVERY/domibus from bugfix/EDELIVERY-3848-plugin-users-allows-multiple to development* commit '07e942654843d48694a30585845c68d9d8404305':
[EDELIVERY-3848] check for duplicates when adding plugin users
Merge pull request #662 in EDELIVERY/domibus from bugfix/EDELIVERY-3855-user-can-access-pages-that to development* commit '28905f85397d67b208f6e9bb3cf95c11d4982819':
[EDELIVERY-3855] more restrictive authorization rules for /rest api access; better error formatting in frontend
Merge pull request #659 in EDELIVERY/domibus from bugfix/EDELIVERY-3850-domibus.sendmessage.messageidpattern to development* commit 'b7cfb353ede2d3595aa70b8ed05a5b6568ab62c8':
[EDELIVERY-3850] Accepted Format for MessageId (Default value, based on RFC2822 [CORE 5.2.2.1]: ^[\\x20-\\x7E]*$ )
[EDELIVERY-3850] "domibus.sendMessage.messageIdPattern" property should not fallback to the value from the default domain. Removed unused class AuthRole from ext domain.
Merge pull request #658 in EDELIVERY/domibus from bugfix/EDELIVERY-3849-ui-users-error-trying-to-save to development* commit '62c7cd21d13bf4f5812b375f3229b6c016324009':
[EDELIVERY-3849]: remove commented code
[EDELIVERY-3849]: fix busy/working state of the component disable row buttons while busy
[EDELIVERY-3849]: keep track of the busy/working state of the component disable operations while busy
[EDELIVERY-3850] "domibus.sendMessage.messageIdPattern" property should not fallback to the value from the default domain.Removed unused class AuthRole from ext domain.