Was browsing the FTP Server code and came across marker interfaces in package (org.apache.ftpserver.ftplet)
1. We have marker(empty) interfaces for Authentication/AuthorizationRequest. Couldn't guess the reason why they are empty? 2. Authority interface has functions, that pertain to Authorization. The interface should have the Role given to the User? Have just finished an Authentication implementation using Spring Security and wanted to see how well it gels with FtpServer. The idea is to have authentication and authorization delegated to Spring Security infrastructure to have use load of features already built-in (including ADS support). Any pointers? -- thanks ashish
