hi, my tomcat version 7.0.16 ;
I put this simple html on tomcat webapps ROOT directory. <!doctype html> <html> <head> <title> New Document </title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> hello world! </body> </html> when request the file from browser ,the http response not have the header of "Content-type:text/html; charset=UTF-8" , just "Content-type:text/html"; I think it should have the charset parameter , why not ? http-equiv not work on tomcat ? thanks! ytuwlg