jmuehlner commented on code in PR #780:
URL: https://github.com/apache/guacamole-client/pull/780#discussion_r1037655627
##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/activeconnection/ActiveConnectionDirectory.java:
##########
@@ -44,34 +44,40 @@ public class ActiveConnectionDirectory extends
RestrictedObject
@Override
public ActiveConnection get(String identifier) throws GuacamoleException {
+ validateUserAccess();
Review Comment:
I don't really love having to call this everywhere, but I'm not sure of a
better / more elegant way to do this.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]