View Issue Details

IDProjectCategoryView StatusLast Update
0000384fileGeneralpublic2022-09-27 19:12
Reporterdarose Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.43 
Fixed in Version5.44 
Summary0000384: Mime type application/x-ndjson misspelled as "x-ndjason"
DescriptionThis is a follow up from issue 0000359. That issue was resolved by recognizing JSON Lines files and identifying them as type "application/x-ndjson". However, the mimetype is being misspelled as "x-ndjason".
Steps To Reproduce1. Upgrade "file" to v5.43
2. Run "file" on a valid JSON Lines file.
3. "file" will identify it as "application/x-ndjason" rather than "application/x-ndjson".
Additional InformationSee the following output for an example:

$ cat /tmp/test.json
{}
{}

$ pacman -Q file
file 5.43-1

$ file -bz --mime-type /tmp/test.json
application/x-ndjason
TagsNo tags attached.

Activities

christos

2022-09-27 19:12

manager   ~0003820

Fixed, thanks.

Issue History

Date Modified Username Field Change
2022-09-25 15:48 darose New Issue
2022-09-27 19:12 christos Assigned To => christos
2022-09-27 19:12 christos Status new => assigned
2022-09-27 19:12 christos Status assigned => resolved
2022-09-27 19:12 christos Resolution open => fixed
2022-09-27 19:12 christos Fixed in Version => 5.44
2022-09-27 19:12 christos Note Added: 0003820