Property to define allowed attachment types modified (#648115)
The system property attachment.allowed.types of the module cmas-core-server, which is used to define which file types are allowed for attachments, has been modified. It is now mandatory to set this property. Therefore, this property is added when setting up a new system or updating an existing system. The following values are set:
-
New systems: The value jpg,jpeg,gif,bmp,png,pdf,txt is set.
-
Updated systems without this property: The new value jpg,jpeg,gif,bmp,png,pdf,txt,tiff,log,xml,zip,docx,pptx,xslx is set during the update.
-
Updated system with this property: The value is not modified during the update.
If your ConSol CM system should accept attachments with other file types, you might need to modify the value of the property. Please consider that allowing some file types might expose the system to security risks.
You do not need to add “docx” anymore in order to be able to use CM/Doc, see File extensions for CM/Doc always allowed(#648116)