boundary attribute for multipart/related content does not have surrounding 
quotes
---------------------------------------------------------------------------------

                 Key: GERONIMO-4134
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4134
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: mail
    Affects Versions: 2.1.1
            Reporter: Stefano Bagnara
            Assignee: Rick McGuire


Reading from stream a multipart/related mail, adding some text as footer, 
outputting it to a stream result in this header:
Content-Type: multipart/related; 
        boundary=------------050206010102010306090507
instead of what we expected (and what sun's implementation give us):
Content-Type: multipart/related;
  boundary="------------050206010102010306090507"

the original message has this one:
Content-Type: multipart/related;
  boundary="------------050206010102010306090507"

I don't know if this is bad or ok, but I've seen geronimo to use quotes for a 
different test where I'm using multipart/alternative instead of 
multipart/related...
For sure it is different from what we get from sun implementation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to