Bug report #336 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/336>

REPORT #336 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: tomcat(jasper)
   JVM Release: jdk1.2
   Operating System: unix
   OS Release: Redhat6.2,solaris7.0
   Platform: unix

Synopsis: 
tomcat cannot recognise include file tag correctly

Description:
this problem is like this:
file1--->aa.jsp
<%@ page contentType="text/html;charset=gb2312" %>

file2--->bb.jsp
<%@ include file="aa.jsp" %>
这是一个测试


bb.jsp cannot display correctly

you only write like this can be correctly
file3--->cc.jsp
<%@ page contentType="text/html;charset=gb2312" %>
这是一个测试

Title: BugRat Report # 336

BugRat Report # 336

Project: Tomcat Release: tomcat(jasper)
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: critical
Confidence: public

Submitter: Z_Tomcat Alias ( [EMAIL PROTECTED] )
Date Submitted: Nov 3 2000, 05:10:19 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
tomcat cannot recognise include file tag correctly
Environment: (jvm, os, osrel, platform)
jdk1.2, unix, Redhat6.2,solaris7.0, unix

Additional Environment Description:

Report Description:
this problem is like this: file1--->aa.jsp <%@ page contentType="text/html;charset=gb2312" %> file2--->bb.jsp <%@ include file="aa.jsp" %> 这是一个测试 bb.jsp cannot display correctly you only write like this can be correctly file3--->cc.jsp <%@ page contentType="text/html;charset=gb2312" %> 这是一个测试

Workaround:
null

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to