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

Implementing User Manager not possible in OSGi environment

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Core
    • None

    Description

      The USER class checks to see if the user logging in is permitted to do so concurrently. This is done by creating an instance of org.apache.ftpserver.usermanager.impl.ConcurrentLoginRequest and passing that to the authorize(AuthorizationRequest) method for the User object.

      Unless the User implementation is the one supplied by FTP Server, then the request cannot be handled because the org.apache.ftpserver.usermanager.impl package is not exported by the OSGi bundle.

      Attachments

        1. concurrentlogin.patch
          2 kB
          Dave Roberts
        2. transferrate.patch
          2 kB
          Dave Roberts
        3. writerequest.patch
          2 kB
          Dave Roberts

        Issue Links

          Activity

            People

              Unassigned Unassigned
              daver Dave Roberts
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: