Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 22493 invoked from network); 2 May 2002 07:27:20 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 May 2002 07:27:20 -0000 Received: (qmail 11491 invoked by uid 97); 2 May 2002 07:27:26 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 11386 invoked by alias); 2 May 2002 07:27:26 -0000 Delivered-To: jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 11367 invoked by uid 97); 2 May 2002 07:27:25 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 11349 invoked by uid 98); 2 May 2002 07:27:25 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: David Shanahan To: 'Tomcat Developers List' Subject: RE: [4.1.0] Anyone testing it ? - Jasper2 bug perhaps Date: Thu, 2 May 2002 16:33:41 +0900 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have been trying out 4.1.0. I have noticed that if you do not specify the language attribute in the page directive then the contentType attribute has no effect on the page encoding. If I do this: <%@ page contentType="text/html; charset=Shift_JIS" %> and then look at generated source code for the servlet, I notice that the content type on the response is set properly but the source code hasn't been converted from shift jis to utf8. However if I do this: <%@ page language="java" contentType="text/html; charset=Shift_JIS" %> Everything works fine. The contentType attribute worked with or without a language attribute in 4.0.3. -----Original Message----- From: Remy Maucherat [mailto:remm@apache.org] Sent: Tuesday, April 30, 2002 6:50 PM To: Tomcat Developers List Subject: [4.1.0] Anyone testing it ? Is anyone testing 4.1.0 ? The URL as a reminder: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.0/ Obviously, I expect people voting to rate the build to have tried it ;-) Of particular interest is testing: - AJP 1.3 support - To see if bug 5735 is fixed with the current Coyote connector - Jasper 2 Thanks, Remy -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: