https://issues.apache.org/bugzilla/show_bug.cgi?id=48550
--- Comment #5 from Christopher Schultz <ch...@christopherschultz.net> 2010-12-17 14:35:27 EST --- (In reply to comment #3) > - On client side FF 3.6, Chrome 8, Opera 11 and IE9 Beta (and as I found on > the > web older versions too) use the character encoding of the page to encode the > query parameters. So if the html is served with utf-8 encoding the query > parameters are encoded with utf-8. Could you provide references to the above? I had trouble finding official default values for the URL character encoding used by browsers. There's also the trouble of users being able to override the default and revert back to (most likely) ISO-8859-1 encoding. Right now, I'm -1 for making URIEncoding="UTF-8" by default since it might break a lot of servers, but I'm willing to be convinced. For the record, I always set URIEncoding="UTF-8" on my projects but we don't want an out-of-the-box server configuration to surprise anyone. -- 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