Hi Hannes,
I had a look at the issue and I don't see what's wrong. I was able to
send a serialized object from a client using UTF-8 to a server using
ISO-8859-1 without encoding issues.
Could you send us a reproductible test case, and send us also the trace
of the following code on both client and server side?
for (Entry<Object, Object> entry :
System.getProperties().entrySet()) {
System.out.print(entry.getKey());
System.out.print("=>");
System.out.println(entry.getValue());
}
Best regards,
Thierry Boileau
--
Restlet ~ Core developer ~ http://www.restlet.org <http://www.restlet.org/>
Noelios Technologies ~ Co-founder ~ http://www.noelios.com
<http://www.noelios.com/>
Hi Jerome,
It looks like a bug but after looking at the code I don't see what we
are doing wrong as we have no control on encoding for Object
serialization.
Anyway, I've entered a bug report:
great, thanks!
If you could attach a reproducible test case (client+server code),
that would help us fix it more quickly. Also, could you add a comment
to the report indicating which client and server connectors you are
using?
Yes, I will do this during the next days.
Best regards,
Hannes