MimeTypes.forName should avoid method-level synchronization
-----------------------------------------------------------
Key: TIKA-865
URL: https://issues.apache.org/jira/browse/TIKA-865
Project: Tika
Issue Type: Improvement
Components: mime
Affects Versions: 1.1
Reporter: Andrzej Bialecki
MimeTypes.forName can avoid method-level sync, instead it could push down the
sync block only if a modification of Map<MediaType,MimeType> types is required.
In most cases this should be enough to free the common case (i.e. when a media
type is already registered) from synchronization.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira