You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2008/04/14 21:59:05 UTC

[jira] Updated: (FTPSERVER-82) Ftplet onBeforeCommand and onAfterCommand events

     [ https://issues.apache.org/jira/browse/FTPSERVER-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson updated FTPSERVER-82:
---------------------------------------

    Fix Version/s:     (was: 1.0-M1)
                   1.0-M2
         Assignee: Niklas Gustavsson

Moving to M2

> Ftplet onBeforeCommand and onAfterCommand events
> ------------------------------------------------
>
>                 Key: FTPSERVER-82
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-82
>             Project: FtpServer
>          Issue Type: Improvement
>          Components: Ftplets
>    Affects Versions: 1.0-M1
>            Reporter: im-james
>            Assignee: Niklas Gustavsson
>             Fix For: 1.0-M2
>
>
> In the mailing list there was a message from someone who wanted to execute some code before a LIST command. 
> The ftplet api does not currently allows this.
> The same problem can happen for several other commands so it would be nice to extends the ftplet api to add a way to execute code before and after any command.
> This could be done by adding a couple of method in the ftplet api for every command (onBeforeList, onAfterList) or by using a generic method like:
> onBeforeCommand(enum command, ... )
> onAfterCommand(enum command, ...)
> In these method the developer can create a switch() on the enum to filter the events he wants to catch.
> Of course in onBeforeCommand you should be able to abort the execution of the command.

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