Hannes Ebner

Results 3 comments of Hannes Ebner

I'm having exactly the same issue. In a subclass of org.restlet.resource.ServerResource I have two methods taking care of two different content types, `@Get("html")` and `@Get("json")` respectively. On Java 8 everything...

> I'm using Restlet 2.3.12, is there any branch or new release where this has been fixed? I just found out that 2.4.1 contains the fix. On the web site...

Usage of `setForceSync(true)` is a great tip, have you experienced any performance penalty through that? I solved my problem with a hacky modification of `ValueStore.getValue(int id)`: ``` if (data !=...