Ok, I think I've spotted the problem. While Chris' issue was occurring in the response, Herbert's appears to be on the request... that is, the entry being sent to the server does not appear to be serialized properly. Looking at the serialization code, I was creating an OutputStreamWriter without specifying the charset. I'll post a patch shortly that should address the issue.
- James herbert wrote: > > > herbert wrote: >> >> I will try it again. >> I will capture the post again, this time with a 0.30-client and also in >> hex-dump notation >> and post it to the JIRA. >> >> > > I've just added the attachment "UTF-8-problem_2.zip" to the ABDERA-61-issue, > containing the new ethereal-TCP-stream-shots. > > Herbert
