Dmitry wrote:
Hello Tomcat,

I am trying to return an XML with content-type "text/xml"
Without any charset specified in header.

I set <[EMAIL PROTECTED] contentType="text/xml"%> in my jsp, expecting header
Content-Type: text/xml

But despite the page directive given I have header
Content-Type: text/xml;charset=ISO-8859-1

Is it possible to avoid "charset=..." clause?
Tomcat 5.5.9 on Windows.

If you use JSPs, there will always be a charset as per section JSP.4.2 of the JSP 2.0 spec.

Mark


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

Reply via email to