Daniel Henrique Alves Lima wrote:
        Another question: Even when response's content type is not text (like
pdf/odt/doc or image streams), should i set the response charset ? Does
"application/pdf; charset=UTF-8" make sense ?

No.
It only makes sense for MIME types that start with "text/" (such as "text/plain" and "text/html").

And, about the URIEncoding attribute for the Connector, understand the following : it means that Tomcat is going to (try to) decode ALL URLs of ALL requests that arrive on that port, for ALL Hosts and webapps, as if these URIs are ALL UTF-8 encoded.
That may, or may not, fit your situation.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to