Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Move content to new encoding FAQ

...

This section contains various miscellaneous questions that are asked frequently enough to be listed here.

Questions

I 'm having a problem with character encoding in tomcat 5

Wiki Markup
In Tomcat 5 - there have been issues with respect to character encoding. ( Usually of the the form "request.setCharacterEncoding(String) doesn't work" ) Odds are, its not a bug. Before filing a bug report, see these bug reports as well as any bug reports linked to these bug reports: \[http://issues.apache.org/bugzilla/show_bug.cgi?id=23929 23929\], \[http://issues.apache.org/bugzilla/show_bug.cgi?id=25360 25360\], \[http://issues.apache.org/bugzilla/show_bug.cgi?id=25231 25231\], \[http://issues.apache.org/bugzilla/show_bug.cgi?id=25235 25235\], \[http://issues.apache.org/bugzilla/show_bug.cgi?id=22666 22666\], \[http://issues.apache.org/bugzilla/show_bug.cgi?id=24557 24557\], \[http://issues.apache.org/bugzilla/show_bug.cgi?id=24345 24345\], \[http://issues.apache.org/bugzilla/show_bug.cgi?id=25848 25848\]

I have a problem with webapp reloading in tomcat 4.1.27.

...