Edgewall Software
Modify

Opened 20 years ago

Closed 16 years ago

Last modified 16 years ago

#345 closed defect (fixed)

Wrong MIME type for WML

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 (last modified by osimons)

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 cmlenz@…, 20 years ago

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

comment:2 by daniel, 20 years ago

Milestone: 0.7.1
Priority: normallow
Severity: minortrivial

Yeah, it's a typo and yeahm the impact is probably abysmal :-)

comment:3 by Jonas Borgström, 20 years ago

Resolution: fixed
Status: newclosed

Fixed in [518]

comment:4 by anonymous, 16 years ago

Resolution: fixed
Status: closedreopened

comment:5 by anonymous, 16 years ago

Resolution: fixed
Status: reopenedclosed

comment:6 by ebray, 16 years ago

Resolution: fixed
Status: closedreopened

Don't close tickets anonymously with no reason given.

comment:7 by osimons, 16 years ago

Description: modified (diff)
Resolution: fixed
Status: reopenedclosed

Resetting to actual status from before butchering and well-meaning 'fix' :-)

comment:8 by ebray, 16 years ago

Gah, with so much ticket butchering sometimes it's hard to keep track of what a ticket's real status should be.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.