you mean like this:

    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" URIEncoding="UTF-8" />

Already done so.. Or?

Thanks for helping..

2011/3/29 Attila Király <kiralyattila...@gmail.com>:
> If this encoding issue is in url: did you configure Tomcat to use UTF-8 for
> uri encoding (URIEncoding attribute on the HTTP connector)? The default
> encoding for URI is ISO-8859-1 in Tomcat and UTF-8 in Jetty.
>
> Attila
>
> 2011/3/29 nino martinez wael <nino.martinez.w...@gmail.com>
>
>> Hi Guys
>>
>> Im not sure if this is a wicket issue (I don't think so). But we are
>> experiencing encoding(æøå) issues with Tomcat 7.0.11 after using
>> Apache Wicket 1.5-rc2. However this issue does not occur when running
>> Jetty..
>>
>> Anyone has an idea on howto fix this?
>>
>>
>> regards Nino
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to