You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/11/03 12:10:19 UTC

BugRat Report #336 has been filed.

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" %>
����һ������