Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
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
Attachments
Issue Links
- is related to
-
FTPSERVER-447 Bad OSGi exports for FTPServer
- Resolved