We're having many RTF files deposited to our Alfresco repository with MIME type "text/rtf". They can't be previewed, always give a "FIle cannot be previewed" error message.
Manually changing the MIME type from "text/rtf" to "application/rtf" restores the Preview for that file, but it's not a great solution for our situation.
Both "application/rtf" and "text/rtf" are valid MIME types for RTF, but Alfresco only seems to know about application/rtf. How can I add a Content Transformer setting to make Alfresco recognize both?
I tried adding text/rtf to mimetype-map.xml and web-client-config.xml, but that didn't help.
Thanks in advance!