User.getAuthorities() should return a List, not an array
--------------------------------------------------------
Key: FTPSERVER-193
URL: https://issues.apache.org/jira/browse/FTPSERVER-193
Project: FtpServer
Issue Type: Improvement
Affects Versions: 1.0-M3, 1.0-M2, 1.0-M1
Reporter: Niklas Gustavsson
Assignee: Niklas Gustavsson
Fix For: 1.0-M4
User.getAuthorities() currently return an array. Returning a List has many
benefits (e.g. lazy loading, iteration) and with generics it is as strongly
typed
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.