Re: [T5] UTF-8 in URL | onActivate(String utf8String)

2010-01-30 Thread Nicolas Bouillon
Thiago H. de Paula Figueiredo a écrit : This doesn't override a service, just adds another implementation. To actually override a service, you need to contribute to the ServiceOverrides service: public static void contributeServiceOverride(MappedConfiguration configuration) { configurat

Re: [T5] UTF-8 in URL | onActivate(String utf8String)

2010-01-30 Thread Thiago H. de Paula Figueiredo
On Sat, 30 Jan 2010 13:09:05 -0200, Nicolas Bouillon wrote: Hi, Hi! I've tried to ovveride the URLEncoderImpl.java using : binder.bind(URLEncoder.class, MyURLEncoderImpl.class).withId("MyURLEncoderImpl"); This doesn't override a service, just adds another implementation. To actually

[T5] UTF-8 in URL | onActivate(String utf8String)

2010-01-30 Thread Nicolas Bouillon
Hi, I'm trying to resolve the following issue : I have a page MyPage that take a string as an activation context. The URL then looks like http://localhost/mypage/Café I got the following exception : java.lang.IllegalArgumentException Input string 'Café' is not valid; the character 'é' at posi