Re: request parameters mishandle utf-8 encoding

2008-08-01 Thread André Warnier
Christopher Schultz wrote: [...] Here is the definitive reference : http://www.faqs.org/rfcs/rfc2396.html and see 1.5. URI Transcribability and following if you are courageous. And the HTTP 1.1 RFC 2616 makes reference to the above RFC in what regards URL encoding. The point is that the URL c

Re: request parameters mishandle utf-8 encoding

2008-07-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, Bill Barker wrote: | The HTTP spec specifies that header information is encoded in iso-latin-1 Could you provide a reference for this? Whenever I dig into the HTTP specification, I end up having to read all over it to find things like this. I

Re: request parameters mishandle utf-8 encoding

2008-07-29 Thread Bill Barker
It's not a bug, it's a feature ;). Seriously, if you open a bug report for this, it will be closed quickly as either INVALID or as DUPLICATE to a bug that was closed as INVALID. The HTTP spec specifies that header information is encoded in iso-latin-1, so this is what Tomcat uses by default wh

request parameters mishandle utf-8 encoding

2008-07-29 Thread Lajos Papp
hi, i think there is a bug at handling utf-8 encoded request parameters sent by a html form with "get" method. i created a simple jsp page: === encTest.jsp === <[EMAIL PROTECTED] contentType="text/html" pageEncoding="UTF-8"%> <% String query = request.getQueryString(); String queryDecoded = "