Adds the ability to use wildcards for mimetypes other than having the entire subtype be wild.
For instance, now all of the OpenDocument formats can be matched with application/vnd.oasis.opendocument.* without also matching all of the other mimetypes under application.
Adds the ability to use wildcards for mimetypes other than having the entire subtype be wild.
For instance, now all of the OpenDocument formats can be matched with
application/vnd.oasis.opendocument.*
without also matching all of the other mimetypes underapplication
.