necouchman commented on a change in pull request #454: GUACAMOLE-793: CAS Provider returns Group - like LDAP Provider URL: https://github.com/apache/guacamole-client/pull/454#discussion_r361682564
########## File path: extensions/guacamole-auth-cas/src/main/java/org/apache/guacamole/auth/cas/ticket/TicketValidationService.java ########## @@ -33,10 +33,14 @@ import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; +import java.util.Set; +import java.util.HashSet; +import java.util.regex.*; Review comment: We generally try to avoid importing classes using wildcards like this, and prefer to list out the specific ones you need. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
