You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Kazuhiro Kazama <ka...@ingrid.org> on 2001/09/14 15:21:30 UTC

PATCH: Tomcat 4 - Walkaround for Netscape Navigator's charset misrecognition

This is a walkaround patch for the Netscape Navigator's the following
problem:

  If a Web server sends a redirect reply (302) with charset, Netscape
  Navigator 4.x misrecognizes Web page's charset as the redirect
  header's charset, not the Web page's charset.

For example, Tomcat 4 redirect a GET request (http://localhost/) to
its index page (http://localhost/index.html). The current Tomcat 4
replys with "charset=utf-8", Netscape Navigator can't display
Shift-JIS pages correctly.

Kazuhiro Kazama (kazama@ingrid.org)	NTT Network Innovation Laboratories