View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000514 | file | General | public | 2024-04-07 09:13 | 2024-04-08 17:58 |
| Reporter | slatian | Assigned To | christos | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 5.45 | ||||
| Fixed in Version | 5.46 | ||||
| Summary | 0000514: xhtml File gets detected as just xml OR html | ||||
| Description | Letting file detect an xhtml file be detected results in it either being detected as an xml file or a regular html file. While not strictly wron the result in iaccurate. The expected media type would be: application/xhtml+xml For example files see the xhtml specification: https://www.w3.org/TR/xhtml1/#strict This issue was originally filed on the xdg-utils bugtracker: https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/248 | ||||
| Steps To Reproduce | Take the first example document from the specification ("Virtual Library"), save it to a file. Run file on it and it gets detected as application/xml. Take the second (MathML) example document, save and run file on it. It gets detected as plain text/html. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-04-07 09:13 | slatian | New Issue | |
| 2024-04-08 17:58 | christos | Assigned To | => christos |
| 2024-04-08 17:58 | christos | Status | new => assigned |
| 2024-04-08 17:58 | christos | Status | assigned => resolved |
| 2024-04-08 17:58 | christos | Resolution | open => fixed |
| 2024-04-08 17:58 | christos | Fixed in Version | => 5.46 |
| 2024-04-08 17:58 | christos | Note Added: 0004034 |