Really decoding.

This commit is contained in:
Arjen Poutsma
2007-06-06 21:11:02 +00:00
parent 2a423ab935
commit 2ac2c3598f

View File

@@ -398,7 +398,7 @@ public class Jaxb2Marshaller extends AbstractJaxbMarshaller implements MimeMarsh
if (contentId.startsWith("cid:")) {
contentId = contentId.substring("cid:".length());
try {
URLDecoder.decode(contentId, "UTF-8");
contentId = URLDecoder.decode(contentId, "UTF-8");
}
catch (UnsupportedEncodingException e) {
// ignore