#345 closed defect (fixed)
Wrong MIME type for WML
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | low | Milestone: | 0.7.1 |
| Component: | general | Version: | devel |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
While looking at the code of source:/trunk/trac/Mimeview.py#464, I noticed that the wrong MIME type is being registered for the 'wml' extension:
'vrml':'model/vrml', 'wml':'model/vrml',
This is probably just a typo and should be:
'vrml':'model/vrml', 'wrl':'model/vrml',
If the 'wml' extension is to be registered, the correct MIME type would be 'text/vnd.wap.wml'. But I don't think SilverCity or Enscript support WML, anyway.
BTW: Should tickets like this go in a new 'mimeviewers' component?
Attachments (0)
Change History (8)
comment:1 by , 22 years ago
comment:2 by , 21 years ago
| Milestone: | → 0.7.1 |
|---|---|
| Priority: | normal → low |
| Severity: | minor → trivial |
Yeah, it's a typo and yeahm the impact is probably abysmal :-)
comment:4 by , 17 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
comment:5 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
comment:6 by , 17 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Don't close tickets anonymously with no reason given.
comment:7 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | reopened → closed |
Resetting to actual status from before butchering and well-meaning 'fix' :-)
comment:8 by , 17 years ago
Gah, with so much ticket butchering sometimes it's hard to keep track of what a ticket's real status should be.



Grrr, consider this a vote for ticket #100 :-P