How to verify the MimeType of attached PDF file
For Security requirements, I have a requirement to implement checks on the file attached.
I've already extended activity CallVirusCheck to verify the file extension, but how can I test if the extension corresponds to the real file format?
ex: pdf extension is a real pdf file and not a text file with modified extension
Thanks!
Resolved the issue. Added the custom java code for MIME type identification by using the TIKA library.