Hi Eric, I read the doc and doesn't look bad. I'll give a try and tell you about after. Many thanks.
Rui 2009/2/16 Eric Covener <[email protected]>: > On Mon, Feb 16, 2009 at 10:47 AM, rui fernandes <[email protected]> > 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 > [email protected] > > --------------------------------------------------------------------- > 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: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > > -- Un saludo, Rui --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
