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 "Dave Roberts (JIRA)" <ji...@apache.org> on 2007/11/20 10:39:43 UTC

[jira] Created: (FTPSERVER-115) Potential NPE during processing of PASS command

Potential NPE during processing of PASS command
-----------------------------------------------

                 Key: FTPSERVER-115
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-115
             Project: FtpServer
          Issue Type: Bug
          Components: Core
         Environment: Latest source from SVN.
            Reporter: Dave Roberts
            Priority: Trivial


Processing of the PASS command could result in an NPE, if the User Manager authentication scheme passed back a null user.

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


[jira] Closed: (FTPSERVER-115) Potential NPE during processing of PASS command

Posted by "Niklas Gustavsson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Gustavsson closed FTPSERVER-115.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-M2
         Assignee: Niklas Gustavsson

Thanks! Patch applied.

commit -m "Fixed potential NPE in PASS. Thanks to Dave Roberts for the report and patch (FTPSERVER-115)" /home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/command/PASS.java /home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/DefaultFtpServerContext.java
    Sending        /home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/command/PASS.java
    Sending        /home/niklas/workspaces/apache/ftpserver/core/src/java/org/apache/ftpserver/DefaultFtpServerContext.java
    Transmitting file data ...
    Committed revision 596658.

> Potential NPE during processing of PASS command
> -----------------------------------------------
>
>                 Key: FTPSERVER-115
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-115
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>         Environment: Latest source from SVN.
>            Reporter: Dave Roberts
>            Assignee: Niklas Gustavsson
>            Priority: Trivial
>             Fix For: 1.0-M2
>
>         Attachments: ApacheFTPServer_core_20071120.patch
>
>
> Processing of the PASS command could result in an NPE, if the User Manager authentication scheme passed back a null user.

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


[jira] Updated: (FTPSERVER-115) Potential NPE during processing of PASS command

Posted by "Dave Roberts (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FTPSERVER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dave Roberts updated FTPSERVER-115:
-----------------------------------

    Attachment: ApacheFTPServer_core_20071120.patch

This patch avoids the potential NPE.

> Potential NPE during processing of PASS command
> -----------------------------------------------
>
>                 Key: FTPSERVER-115
>                 URL: https://issues.apache.org/jira/browse/FTPSERVER-115
>             Project: FtpServer
>          Issue Type: Bug
>          Components: Core
>         Environment: Latest source from SVN.
>            Reporter: Dave Roberts
>            Priority: Trivial
>         Attachments: ApacheFTPServer_core_20071120.patch
>
>
> Processing of the PASS command could result in an NPE, if the User Manager authentication scheme passed back a null user.

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