http://nagoya.apache.org/bugzilla/show_bug.cgi?id=219 *** shadow/219 Sun May 20 17:19:11 2001 --- shadow/219.tmp.22635 Fri Jun 15 08:54:10 2001 *************** *** 1,19 **** ! Bug#: 219 ! Product: tomcat ! Version: tomcat(jasper) ! Platform: ! OS/Version: ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: High ! Component: ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: tomcat cannot recognise include file tag correctly BugRat Report#336 ! this problem is like this: file1--->aa.jsp <%@ page contentType="text/html;charset=gb2312" %> --- 1,19 ---- ! +============================================================================+ ! | tomcat cannot recognise include file tag correctly BugRat Report#336 | ! +----------------------------------------------------------------------------+ ! | Bug #: 219 Product: Tomcat 3 | ! | Status: RESOLVED Version: Unknown | ! | Resolution: WORKSFORME Platform: All | ! | Severity: Normal OS/Version: All | ! | Priority: High Component: Unknown | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | this problem is like this: file1--->aa.jsp <%@ page contentType="text/html;charset=gb2312" %> *************** *** 30,32 **** --- 30,38 ---- <%@ page contentType="text/html;charset=gb2312" %> ÕâÊÇÒ»¸ö²âÊÔ + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-15 08:54 ------- + I'm not sure what version of Tomcat this was reported against, but I've tested + it with 3.2.2 and the latest betas of 3.3 and 4.0 and it works correctly in all + cases. In fact, the work around presented below will cause a translation time + exception because the contentType attribute can't be set more than once. \ No newline at end of file