Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-220

does not processed correct user's empty password

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0-M3
    • 1.0.0-M4
    • Server
    • None

    Description

      In the case if user has declared empty password server does not allow to connect user.

      Empty password does not processed for normal user and "anonymous" and for all encrypted modes.

      Sources of problem.
      1. command PASS blocked using empty password since in this case request contains NULL instead password value and command generates error 501
      2. In the case of using properties way of user management
      the class PropertiesUserManager, for case of configured empty password, makes decision that user does not exist.

      Attachments

        Activity

          People

            niklas Niklas Therning
            olegg Oleg Gorobchuk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: