DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33537>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33537





------- Additional Comments From [EMAIL PROTECTED]  2005-02-12 19:22 -------
The problems must be somewhere in
src/blocks/mail/java/org/apache/cocoon/mail/MailMessageSender.java:

  Source source = resolver.resolveURI(this.src);
  sourcesList.add(source);
  if (source.exists()) {
      ds =
           new SourceDataSource(
              source,
              (this.srcMimeType == null
              ? source.getMimeType()
              : this.srcMimeType),
              this.src.substring(this.src.lastIndexOf('/') + 1));
  }

My guess would be that the component which is returned by
resolver.resolveURI(this.src) for a cocoon: URL will be some CocoonResolver? (I
could not find any class with that name.) And that component always returns a
mime type of text/xml instead of the MIME type which is the result of the 
pipleline.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to