You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-dev@incubator.apache.org by "Niklas Gustavsson (JIRA)" <ji...@apache.org> on 2006/12/27 09:28:22 UTC

[jira] Created: (FTPSERVER-55) User not provided to Ftplets during onLogin

User not provided to Ftplets during onLogin
-------------------------------------------

                 Key: FTPSERVER-55
                 URL: http://issues.apache.org/jira/browse/FTPSERVER-55
             Project: FtpServer
          Issue Type: Bug
            Reporter: Niklas Gustavsson
         Assigned To: Niklas Gustavsson


When a user logs in, the User object is not provided to the Ftplet chain during onLogin(). This makes it hard for the Ftplet to do anything useful.

-- 
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: (FTPSERVER-55) User not provided to Ftplets during onLogin

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/FTPSERVER-55?page=all ]

Niklas Gustavsson closed FTPSERVER-55.
--------------------------------------

    Resolution: Fixed

commit -m "The Ftplets now receive the authenticated user during onLogin() (FTPSERVER-55). Thanks to Mark Proctor for the report and suggested fix." C:/home/niklas/workspaces/apache/ftpserver/ftplet-api/src/java/org/apache/ftpserver/ftplet/Ftplet.java C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/command/PASS.java C:/home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/clienttests/LoginTest.java C:/home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/ftplet/FtpLetReturnDefaultTest.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/command/PASS.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/clienttests/LoginTest.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/core/src/test/org/apache/ftpserver/ftplet/FtpLetReturnDefaultTest.java
    Sending        C:/home/niklas/workspaces/apache/ftpserver/ftplet-api/src/java/org/apache/ftpserver/ftplet/Ftplet.java
    Transmitting file data ...
    Committed revision 490472.


> User not provided to Ftplets during onLogin
> -------------------------------------------
>
>                 Key: FTPSERVER-55
>                 URL: http://issues.apache.org/jira/browse/FTPSERVER-55
>             Project: FtpServer
>          Issue Type: Bug
>            Reporter: Niklas Gustavsson
>         Assigned To: Niklas Gustavsson
>
> When a user logs in, the User object is not provided to the Ftplet chain during onLogin(). This makes it hard for the Ftplet to do anything useful.

-- 
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