DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33106>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33106





------- Additional Comments From [EMAIL PROTECTED]  2005-03-27 14:10 -------
I have reviewed the patch and have found one area I would like to see a change.
The character encoding used to decode the query string has changed from platform
default to UTF-8. Such a change is likely to break things for existing users.

FYI the Tomcat Coyote connector has a number of configuration options for URI
decoding including:
- use platform default
- use body encoding
- use specified encoding

This could be fixed either by adding a configuration option or by reading the
settings from the connector. The downside to using the connector settings is it
obviously isn't portable.

I'll leave this a week or so and if an alternative approach to the query string
decoding isn't submitted I'll commit this patch less that one change.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to