In web.xml I defined a mime-mapping:
 <mime-mapping>
    <extension>sram</extension>
    <mime-type>application/x-pn-realaudio</mime-type>
  </mime-mapping>


Why do I receive in my response
Content-Type: application/x-pn-realaudio;charset=ISO-8859-1

I think this charset is confusing most applications.

For an XML (test.xml) goes something similar:
Content-Type: text/xml;charset=ISO-8859-1

Which doesn't make sense either because XML's are byte-streams. (The charset
is specified in the <?xml ?> header, and should default to UTF-8 IIRC, so
two conflicting charset specs are present in this way)

I use tomcat 5.0.25. Several bugs similar to this were reported like 25162,
but these are 'resolved', so I wonder what's going on here.

 Michiel

-- 
Michiel Meeuwissen
Mediacentrum 140 H'sum 
+31 (0)35 6772979
nl_NL eo_XX en_US
mihxil'
 [] ()

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to