Edgewall Software

Opened 20 years ago

Last modified 16 years ago

#345 closed defect

Wrong MIME type for WML — at Initial Version

Reported by: cmlenz@… 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

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?

Change History (0)

Note: See TracTickets for help on using tickets.