Bug in Response Header Encoding ??? 2003-10-09 - By Kwan, Kenneth Y
Back Hi all
Has anyone found after upgrading to 4.1.24 / 4.1.27, you cannot download file with filename contains non-iso characters, e.g. big5, etc. The problem seems in header encoding where the servlet engine always encode the headers(e.g. Content-Disposition: filename=xxx) in UTF-8 (See http://UTF-8.ora-code.com) irrespective the ContentType setting. The problem does not found in 4.0.6
Can anyone help?
Kenneth
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> <HTML> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12"> <TITLE>[tomcat 4.1.2x] Bug in Response Header Encoding ???</TITLE> </HEAD> <BODY>
<P><FONT SIZE=2 FACE="Arial">Hi all</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">Has anyone found after upgrading to 4.1.24 / 4.1 .27, you cannot download file with filename contains non-iso characters, e.g. big5, etc. The problem seems in header encoding where the servlet engine always encode the headers(e.g. Content-Disposition: filename=xxx) in UTF-8 (See http://UTF-8.ora-code.com) irrespective the ContentType setting. The problem does not found in 4.0.6</FONT ></P>
<P><FONT SIZE=2 FACE="Arial">Can anyone help?</FONT> </P>
<P><FONT SIZE=2 FACE="Arial">Kenneth</FONT> </P>
</BODY> </HTML> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|