Hi,
when I do the following:
---
MediaType mediaType = MediaType.valueOf("application/atom+xml; charset=UTF-8");
System.out.println(mediaType.toString());
---
I get this output (with 2.0M6):
application/atom+xml; charset=UTF-8; charset=UTF-8Seems to be a bug in the handling of parameters. Cheers, Carsten ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2441619

