You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Lauri Pitkänen (JIRA)" <ji...@apache.org> on 2005/11/09 23:46:03 UTC

[jira] Created: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet/Transformer needed

Custom headers for Sendmail Action/Logicsheet/Transformer needed
----------------------------------------------------------------

         Key: COCOON-1682
         URL: http://issues.apache.org/jira/browse/COCOON-1682
     Project: Cocoon
        Type: Wish
  Components: Blocks: Mail  
    Versions: 2.1.7    
    Reporter: Lauri Pitkänen
    Priority: Minor


Possibility to add multiple custom headers to messages from Sendmail
Action/Logicsheet/Transformer would eliminate the need for adding
missing fixed optional headers like ReplyTo one by one.

This is something that is already available in the AxKit XSP tag library::
http://search.cpan.org/~kjetilk/AxKit-XSP-Sendmail/Sendmail.pm#%3Csendmail:header%3E

Configuration example:
<sendmail:header name="Precedence">bulk</sendmail:header>
<sendmail:header name="X-My-Header">Something</sendmail:header>

Headers in the message:
Precedence: bulk
X-My-Header: Something


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Reopened: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet/Transformer needed

Posted by Joerg Heinicke <jo...@gmx.de>.
Jean-Baptiste Quenot <jbq <at> apache.org> writes:

> Antonio,
> 
> Do  you plan  to work  on adding  random headers  support to  this
> transformer?  If you don't there is no point at reopening this bug
> IMHO.
> 
> I could file JIRA issues for very interesting wishes like:
> 
>         Implement Stax-based pipelines in Cocoon
> 
> Or:
> 
>         Allow Cocoon pipelines to be reusable from Java Code.
> 
> Do you think it makes sense to leave this issue open if noone is
> likely to be working on it and no patch is attached?

Yes, it is a wish of one of our users. If more want to have such a feature they
can add there votes to it and at the end it might be added. There is no need to
just close this issue. It's useful for managing requirements.

And of course it makes sense to add other feature requests as well (like your
two per example wishes - doesn't the first one already exist, at least something
similar?). They will either get a WONTFIX if such requests are out of the scope
of the Cocoon project or they will done anytime ... or those issue just remain
open.

Jörg


Re: [jira] Reopened: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet

Posted by Andrew Stevens <at...@hotmail.com>.
>From: Jean-Baptiste Quenot <jb...@apache.org>
>Date: Mon, 16 Oct 2006 14:59:05 +0200
>
>* Antonio Gallardo (JIRA):
> >      [ http://issues.apache.org/jira/browse/COCOON-1682?page=all ]
> >
> > Antonio Gallardo reopened COCOON-1682:
> > --------------------------------------
> >
> >       Assignee: Cocoon Developers Team
> >
> > It is a user wish. We should not close it.
>
>Antonio,
>
>Do  you plan  to work  on adding  random headers  support to  this
>transformer?  If you don't there is no point at reopening this bug
>IMHO.

Your opinion; obviously not his (nor mine for that matter).  It's an 
enhancement request from an end user, who may or may not be a competent java 
developer.  Closing enhancement requests as WONTFIX because an end user 
can't provide a patch is like cancelling airline flights because the 
passengers can't fly the plane themselves!

On the other hand, if there was a good technical reason why the 
functionality can't be added, or if it was going to conflict with planned 
future changes (e.g. the block is deprecated and due to be deleted in the 
next version), or if there were some other way to achieve the same result, 
then that's another matter.  But that doesn't appear to be the case here.  
Who's to say nobody will submit a patch at some point in the future?  Now 
you might argue that in that case they could reopen the issue, but I know 
that if I had some time on my hands and wanted to contribute an occasional 
patch or bug fix, I wouldn't bother searching closed issues looking for 
something to do.  I'd look through the outstanding open issues, and I don't 
suppose I'm alone in that.  So by closing these requests you're making it 
even less likely that they will ever get implemented.

>I could file JIRA issues for very interesting wishes like:
>
>         Implement Stax-based pipelines in Cocoon

Closing that (or at least deferring it to Cocoon 3 or 4) would be 
justifiable on technical grounds since it would probably require a complete 
rewrite.

>Or:
>
>         Allow Cocoon pipelines to be reusable from Java Code.

Can be justifiably closed since it's already possible - set up the necessary 
environment & context then create & initialise a Cocoon (or was it a 
CocoonBean, I forget) object.  Sample code can be found in the CocoonServlet 
or Main classes...

>Do you think it makes sense to leave this issue open if noone is
>likely to be working on it and no patch is attached?

Sure.  At least then there's still a possibility it'll happen.


Andrew.

>
>Best regards,
>--
>      Jean-Baptiste Quenot
>aka  John Banana Qwerty
>http://caraldi.com/jbq/



Re: [jira] Reopened: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet/Transformer needed

Posted by Jean-Baptiste Quenot <jb...@apache.org>.
* Antonio Gallardo (JIRA):
>      [ http://issues.apache.org/jira/browse/COCOON-1682?page=all ]
> 
> Antonio Gallardo reopened COCOON-1682:
> --------------------------------------
> 
>       Assignee: Cocoon Developers Team
>              
> It is a user wish. We should not close it.

Antonio,

Do  you plan  to work  on adding  random headers  support to  this
transformer?  If you don't there is no point at reopening this bug
IMHO.

I could file JIRA issues for very interesting wishes like:

        Implement Stax-based pipelines in Cocoon

Or:

        Allow Cocoon pipelines to be reusable from Java Code.

Do you think it makes sense to leave this issue open if noone is
likely to be working on it and no patch is attached?

Best regards,
-- 
     Jean-Baptiste Quenot
aka  John Banana Qwerty
http://caraldi.com/jbq/

[jira] Assigned: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet/Transformer needed

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1682?page=all ]

Jean-Baptiste Quenot reassigned COCOON-1682:
--------------------------------------------

    Assign To: Jean-Baptiste Quenot  (was: Cocoon Developers Team)

> Custom headers for Sendmail Action/Logicsheet/Transformer needed
> ----------------------------------------------------------------
>
>          Key: COCOON-1682
>          URL: http://issues.apache.org/jira/browse/COCOON-1682
>      Project: Cocoon
>         Type: Wish
>   Components: Blocks: Mail
>     Versions: 2.1.7
>     Reporter: Lauri Pitkänen
>     Assignee: Jean-Baptiste Quenot
>     Priority: Minor

>
> Possibility to add multiple custom headers to messages from Sendmail
> Action/Logicsheet/Transformer would eliminate the need for adding
> missing fixed optional headers like ReplyTo one by one.
> This is something that is already available in the AxKit XSP tag library::
> http://search.cpan.org/~kjetilk/AxKit-XSP-Sendmail/Sendmail.pm#%3Csendmail:header%3E
> Configuration example:
> <sendmail:header name="Precedence">bulk</sendmail:header>
> <sendmail:header name="X-My-Header">Something</sendmail:header>
> Headers in the message:
> Precedence: bulk
> X-My-Header: Something

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Reopened: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet/Transformer needed

Posted by "Antonio Gallardo (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1682?page=all ]

Antonio Gallardo reopened COCOON-1682:
--------------------------------------

      Assignee: Cocoon Developers Team
             
It is a user wish. We should not close it.

> Custom headers for Sendmail Action/Logicsheet/Transformer needed
> ----------------------------------------------------------------
>
>                 Key: COCOON-1682
>                 URL: http://issues.apache.org/jira/browse/COCOON-1682
>             Project: Cocoon
>          Issue Type: Wish
>          Components: Blocks: Mail
>    Affects Versions: 2.1.7
>            Reporter: Lauri Pitkänen
>         Assigned To: Cocoon Developers Team
>            Priority: Minor
>
> Possibility to add multiple custom headers to messages from Sendmail
> Action/Logicsheet/Transformer would eliminate the need for adding
> missing fixed optional headers like ReplyTo one by one.
> This is something that is already available in the AxKit XSP tag library::
> http://search.cpan.org/~kjetilk/AxKit-XSP-Sendmail/Sendmail.pm#%3Csendmail:header%3E
> Configuration example:
> <sendmail:header name="Precedence">bulk</sendmail:header>
> <sendmail:header name="X-My-Header">Something</sendmail:header>
> Headers in the message:
> Precedence: bulk
> X-My-Header: Something

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet/Transformer needed

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1682?page=all ]

Jean-Baptiste Quenot closed COCOON-1682.
----------------------------------------

    Resolution: Won't Fix

Please reopen the issue if you can come up with a patch.  Thanks!

> Custom headers for Sendmail Action/Logicsheet/Transformer needed
> ----------------------------------------------------------------
>
>                 Key: COCOON-1682
>                 URL: http://issues.apache.org/jira/browse/COCOON-1682
>             Project: Cocoon
>          Issue Type: Wish
>          Components: Blocks: Mail
>    Affects Versions: 2.1.7
>            Reporter: Lauri Pitkänen
>            Priority: Minor
>
> Possibility to add multiple custom headers to messages from Sendmail
> Action/Logicsheet/Transformer would eliminate the need for adding
> missing fixed optional headers like ReplyTo one by one.
> This is something that is already available in the AxKit XSP tag library::
> http://search.cpan.org/~kjetilk/AxKit-XSP-Sendmail/Sendmail.pm#%3Csendmail:header%3E
> Configuration example:
> <sendmail:header name="Precedence">bulk</sendmail:header>
> <sendmail:header name="X-My-Header">Something</sendmail:header>
> Headers in the message:
> Precedence: bulk
> X-My-Header: Something

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet/Transformer needed

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1682?page=all ]

Jean-Baptiste Quenot updated COCOON-1682:
-----------------------------------------


Providing a patch would help to solve the issue in a timely manner.  Thanks in advance.

> Custom headers for Sendmail Action/Logicsheet/Transformer needed
> ----------------------------------------------------------------
>
>                 Key: COCOON-1682
>                 URL: http://issues.apache.org/jira/browse/COCOON-1682
>             Project: Cocoon
>          Issue Type: Wish
>          Components: Blocks: Mail
>    Affects Versions: 2.1.7
>            Reporter: Lauri Pitkänen
>         Assigned To: Jean-Baptiste Quenot
>            Priority: Minor
>
> Possibility to add multiple custom headers to messages from Sendmail
> Action/Logicsheet/Transformer would eliminate the need for adding
> missing fixed optional headers like ReplyTo one by one.
> This is something that is already available in the AxKit XSP tag library::
> http://search.cpan.org/~kjetilk/AxKit-XSP-Sendmail/Sendmail.pm#%3Csendmail:header%3E
> Configuration example:
> <sendmail:header name="Precedence">bulk</sendmail:header>
> <sendmail:header name="X-My-Header">Something</sendmail:header>
> Headers in the message:
> Precedence: bulk
> X-My-Header: Something

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Zugewiesen: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet/Transformer needed

Posted by "Jörg Heinicke (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1682?page=all ]

Jörg Heinicke reassigned COCOON-1682:
-------------------------------------

    Assign To: Cocoon Developers Team

> Custom headers for Sendmail Action/Logicsheet/Transformer needed
> ----------------------------------------------------------------
>
>          Key: COCOON-1682
>          URL: http://issues.apache.org/jira/browse/COCOON-1682
>      Project: Cocoon
>         Type: Wish
>   Components: Blocks: Mail
>     Versions: 2.1.7
>     Reporter: Lauri Pitkänen
>     Assignee: Cocoon Developers Team
>     Priority: Minor

>
> Possibility to add multiple custom headers to messages from Sendmail
> Action/Logicsheet/Transformer would eliminate the need for adding
> missing fixed optional headers like ReplyTo one by one.
> This is something that is already available in the AxKit XSP tag library::
> http://search.cpan.org/~kjetilk/AxKit-XSP-Sendmail/Sendmail.pm#%3Csendmail:header%3E
> Configuration example:
> <sendmail:header name="Precedence">bulk</sendmail:header>
> <sendmail:header name="X-My-Header">Something</sendmail:header>
> Headers in the message:
> Precedence: bulk
> X-My-Header: Something

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (COCOON-1682) Custom headers for Sendmail Action/Logicsheet/Transformer needed

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1682?page=all ]

Jean-Baptiste Quenot reassigned COCOON-1682:
--------------------------------------------

    Assignee:     (was: Jean-Baptiste Quenot)

> Custom headers for Sendmail Action/Logicsheet/Transformer needed
> ----------------------------------------------------------------
>
>                 Key: COCOON-1682
>                 URL: http://issues.apache.org/jira/browse/COCOON-1682
>             Project: Cocoon
>          Issue Type: Wish
>          Components: Blocks: Mail
>    Affects Versions: 2.1.7
>            Reporter: Lauri Pitkänen
>            Priority: Minor
>
> Possibility to add multiple custom headers to messages from Sendmail
> Action/Logicsheet/Transformer would eliminate the need for adding
> missing fixed optional headers like ReplyTo one by one.
> This is something that is already available in the AxKit XSP tag library::
> http://search.cpan.org/~kjetilk/AxKit-XSP-Sendmail/Sendmail.pm#%3Csendmail:header%3E
> Configuration example:
> <sendmail:header name="Precedence">bulk</sendmail:header>
> <sendmail:header name="X-My-Header">Something</sendmail:header>
> Headers in the message:
> Precedence: bulk
> X-My-Header: Something

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira