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 2001/01/22 10:33:27 UTC

BugRat Report #817 has been filed.

Bug report #817 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/817>

REPORT #817 Details.

Project: Jasper
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 3.2.1
   JVM Release: 1.2
   Operating System: Windows 2000
   OS Release: 5.00.2195
   Platform: Win32

Synopsis: 
????? instead of content of @include pages when contentType present in root page

Description:
When I use 
<%@ page contentType='text/html; charset=Windows-1251' %>
in root jsp page and use @include I see instead of russian characters - ????? in included files. When I remove contentType='text/html; charset=Windows-1251' all include OK. 
Can you make default encoding property in web.xml (or somewhere) to change default encoding from ISO to my prefered one.