You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Dimitris Dinodimos <di...@bigfoot.com> on 2001/01/29 21:29:33 UTC

[PATCH] for Bug Report 788 (exception when trying to view a directory)

Hello All,
This bug can be reproduced when the browser's accepted language is not represented in the ISO-8859-1 character set.
The fix sets the requested locale at the server's response, and uses a Writer in order to convert to the proper character set.

Cheers,
Dimitris Dinodimos