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

Summary: New FileType wizard does not accept the image/<something> mime type
Product: apisupport Reporter: Petr Hrebejk <phrebejk>
Component: TemplatesAssignee: Milos Kleint <mkleint>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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