You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/06/15 17:54:10 UTC

[Bug 219] - tomcat cannot recognise include file tag correctly BugRat Report#336

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: tomcat-dev@jakarta.apache.org                            
! ReportedBy: tomcat-bugs@cortexity.com               
! 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: tomcat-dev@jakarta.apache.org                                |
! |  Reported By: tomcat-bugs@cortexity.com                                    |
! |      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 marc.saegesser@apropos.com  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