André Schulte wrote:
Why is the ContentType overwritten or maybe ignored by invoking the setContentType("application/xhtml+xml; charset=ISO-8859-1") ?

Looking at the source, there are two possibilities:
1. The response has already been committed
2. The servlet is being included in another response and therefore is not permitted to set the ContentType.

Mark

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to