View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000384 | file | General | public | 2022-09-25 15:48 | 2022-09-27 19:12 |
Reporter | darose | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.43 | ||||
Fixed in Version | 5.44 | ||||
Summary | 0000384: Mime type application/x-ndjson misspelled as "x-ndjason" | ||||
Description | This 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 Reproduce | 1. 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 Information | See 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 | ||||
Tags | No tags attached. | ||||
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 |