Hello, arisawa <[email protected]> wrote: |Does this mean that file suffixes are case sensitive in determining \ |the mime type? |If so, should files with suffix “.JPG” be renamed to “.jpg” ?
The RFC doesn't say a word on case, which i implicitly read as case-insensitive (because how could it work otherwise). (And note that i have forgotten which RFC this actually is, but i can assure you i've read it before i wrote the code comment that i've repeated in my first sentence.) Note also that the pretty comprehensive TIKA database only uses lowercase definitions [1]. [1] http://svn.apache.org/viewvc/tika/trunk/tika-core/src/main/resources/\ org/apache/tika/mime/tika-mimetypes.xml --steffen
