dev@jax-ws.java.net

MimeCodec and Content_id

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Wed, 26 Jul 2006 17:26:53 -0700

MimeCodec adds '<' and '>' while writing contentId.

                OutputUtil.writeln("Content-Id: <" +
att.getContentId()+">", out);

Instead, should we create the attachment with proper contentId that
includes '<' and '>'

Jitu