Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
It would be nice if we could support many mime type since ManifoldCF has already been using Tika.
new Tika().detect(fileName);
returns String MimeType. Then we could set this into RepositoryDocument#setMimeType(mimeType) on each connector;
Tika reference: javadoc test code