On Mon, Feb 16, 2009 at 10:47 AM, rui fernandes <rjmfernandes@xxxxxxxxx> 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 covener@xxxxxxxxx --------------------------------------------------------------------- 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-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx