Bug 36651 - SSI servlet output is always sent as UTF-8
Summary: SSI servlet output is always sent as UTF-8
Status: RESOLVED DUPLICATE of bug 10385
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Servlets:SSI (show other bugs)
Version: 5.5.9
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-14 11:10 UTC by Kerem Erkan
Modified: 2005-09-19 14:44 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kerem Erkan 2005-09-14 11:10:12 UTC
The SSI servlet of Tomcat always sends its output as UTF-8 even if the
outputEncoding and inputEncoding variables for this servlet are set to another
encoding (for ex. iso-8859-9)

It does not matter if the variables mentioned above are set, or the page has a
character encoding set for itself, output is always UTF-8.
Comment 1 Mark Thomas 2005-09-19 22:44:22 UTC
Yep, UTF-8 was hard-coded. The fix for this is in 5.5.10+

*** This bug has been marked as a duplicate of 10385 ***