https://issues.apache.org/bugzilla/show_bug.cgi?id=46252
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #1 from Mark Thomas <ma...@apache.org> 2009-04-16 14:38:59 PST --- I am curious as to which elements you are trying to log that require UTF-8. Most will be ISO-8859-1. The only exceptions I can think of are user name and session attribute values. I am concerned that whilst an access log is typically configured at the host level the user name encoding can vary from request to request (if you are using FORM) and session attributes are under no obligation to use a single consistent encoding. Therefore, it would be rather difficult to ensure the correct logging of each of these elements. Given the above I am not in favour of using UTF-8 by default. However, I can see the potential of making the encoding configurable with the default being the current behaviour. Therefore, I am marking this as an enhancement. Patches are always very welcome and if you are interested in writing such a patch and need any assistance feel free to ask on the dev list. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org