Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 93978 invoked from network); 6 Jul 2005 13:47:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2005 13:47:12 -0000 Received: (qmail 92670 invoked by uid 500); 6 Jul 2005 13:47:07 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 92500 invoked by uid 500); 6 Jul 2005 13:47:03 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 92477 invoked by uid 99); 6 Jul 2005 13:47:03 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2005 06:47:03 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 4614613; Wed, 6 Jul 2005 15:46:59 +0200 (CEST) From: bugzilla@apache.org To: dev@cocoon.apache.org Subject: DO NOT REPLY [Bug 35618] - [PATCH] Bogus handling of cocoon: for attachments in SendMailTransformer X-Bugzilla-Reason: AssignedTo Message-Id: <20050706134659.4614613@ajax.apache.org> Date: Wed, 6 Jul 2005 15:46:59 +0200 (CEST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=35618 ------- Additional Comments From phil@anyware-tech.com 2005-07-06 15:46 ------- I have another remark to do on this patch : it should use SourceDataSource instead of the custom CocoonDataSource... Ok I've seen the svn source of the SendMailTransformer and the code can't work : it uses new URLDataSource(new URL(inputSource.getURI())); and when it is used with the cocoon: protocol, inputSource.getURI returns cocon://something and the JDK doesn't known anything about the cocoon: protocol. -- 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.