This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64145 - New FileType wizard does not accept the image/<something> mime type
Summary: New FileType wizard does not accept the image/<something> mime type
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 16:34 UTC by Petr Hrebejk
Modified: 2005-11-21 13:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hrebejk 2005-09-12 16:34:03 UTC
${subject} is unfortnate as for example for SVG images (vector graphics in XML)
the suggested mime type is image/svg+xml. Currently the wizard only permits for
application/ and text/. But there are more mime types e.g. image/, audio/,
video/, multipart/, etc.
Comment 1 Jesse Glick 2005-09-12 23:40:16 UTC
multipart/* is invalid for this purpose, but image/*, audio/*, and video/* are
all legal prefixes and should be permitted. I have updated the spec accordingly.
Comment 2 Milos Kleint 2005-09-20 16:45:12 UTC
added audio/* and video/*, image/* was already previously allowed and worked for me.
Comment 3 pzajac 2005-11-21 13:50:52 UTC
verified