On Mon, Feb 16, 2009 at 10:47 AM, rui fernandes <rjmfernan...@gmail.com> wrote:
> Ok Eric,
>
> I have no logs to give you ( I really don't know what you want to be logged).
>
> I will give you an example (value Mérida):
>
> http://apacheserver/myapp?param=M%C3%A9rida
>
> (UTF-8 url encoded) Goes bad! (I don't want to go bad). Meaning bad
> that the tomcat cluster translates into wrong/strange characters.
>
> http://apacheserver/myapp?param=M%E9rida
>
> (ISO88591) Goes ok! But that it's not what I want since I want to
> encode in utf-8.


Look at the jkoptions that talk about URI encoding, or pre-encode your
links, or figure out how to coerce browsers into generating the query
string you want reliably.


-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to