mike-jumper commented on code in PR #748:
URL: https://github.com/apache/guacamole-client/pull/748#discussion_r932609832
##########
extensions/guacamole-auth-sso/modules/guacamole-auth-sso-saml/src/main/java/org/apache/guacamole/auth/saml/acs/SAMLService.java:
##########
@@ -99,6 +117,11 @@ public URI createRequest() throws GuacamoleException {
+ "be generated due to an error in the URI syntax: "
+ e.getMessage());
}
+ catch (SettingsException e) {
+ throw new GuacamoleServerException("Error while attempting to sign
"
+ + "request using provided private key / certificate: "
Review Comment:
Muuuuuuuch nicer.
--
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]