Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 91901 invoked from network); 20 Jun 2002 23:55:50 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 20 Jun 2002 23:55:50 -0000 Received: (qmail 21150 invoked by uid 97); 20 Jun 2002 23:55:52 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 20944 invoked by uid 97); 20 Jun 2002 23:55:47 -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 20547 invoked by uid 50); 20 Jun 2002 23:55:37 -0000 Date: 20 Jun 2002 23:55:37 -0000 Message-ID: <20020620235537.20544.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 9996] - <@%include> breaks when the included page contains non-ascii encoding X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9996 <@%include> breaks when the included page contains non-ascii encoding kin-man.chung@sun.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From kin-man.chung@sun.com 2002-06-20 23:55 ------- The problem is not in the <@%include%> directive, but in the setting of default charset. The rules are specified in the errata a: http://jcp.org/aboutJava/communityprocess/maintenance/jsr053/errata_1 _2_a_20020321.html In particular, if a contentType is specified but it does not contain a charset, then the charset should use pageEncoding, if specified. Fixed in jasper 2. -- To unsubscribe, e-mail: For additional commands, e-mail: