Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4640564
Votes 0
Synopsis Add support for MIME type parsing, construction, and manipulation
Category java:classes_util
Reported Against tiger
Release Fixed
State 6-Fix Understood, request for enhancement
Priority: 4-Low
Related Bugs 4313887
Submit Date 20-FEB-2002
Description
MIME type strings are ubiquitous on the Internet, yet the Java platform still
has no direct support for parsing, constructing, comparing, or otherwise
manipulating them.  Several subsystems make use of MIME types, including image
I/O, drag-and-drop, printing, and various URL content handlers, and therefore
include their own custom code for handling MIME type strings.  At least one new
feature in Dolphin (4313887: New I/O: Improved filesystem interface) may also
support MIME types in some way.

In order to unify the handling of MIME types in the platform, and to make it
possible for developers to process MIME types without resorting to ad-hoc code,
we should define a simple class (or small number of classes) that implement the
relevant RFCs as closely as possible and support the basic operations of
parsing, constructing, and comparing MIME type strings.  Optionally, we could
also provide access to users' .mime.types and .mailcap files, or to their
equivalents on other platforms.
Posted Date : 2006-03-02 06:08:16.0
Work Around
N/A
Evaluation
Under consideration.
Posted Date : 2006-03-02 06:08:17.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang