jmuehlner commented on code in PR #862:
URL: https://github.com/apache/guacamole-client/pull/862#discussion_r1190493677


##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-sqlserver/src/main/java/org/apache/guacamole/auth/sqlserver/conf/SQLServerEnvironment.java:
##########
@@ -295,4 +295,36 @@ public boolean enforceAccessWindowsForActiveSessions() 
throws GuacamoleException
                 true);
     }
 
+    @Override
+    public boolean shouldUseBatchExecutor() {

Review Comment:
   This change isn't required to fix the problem with the batch executor, but 
it is awfully handy for testing using self-hosted SQL Server instances with 
self-signed certificates.



-- 
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]

Reply via email to