mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-103: Remove unnecessary parameter decoding
This commit is contained in:
@@ -100,7 +100,7 @@ public class AuthenticationProviderService {
|
||||
if (request != null) {
|
||||
|
||||
// Look for the SAML Response parameter.
|
||||
String responseHash = Util.urlDecoder(request.getParameter("responseHash"));
|
||||
String responseHash = request.getParameter("responseHash");
|
||||
|
||||
if (responseHash != null) {
|
||||
|
||||
|
Reference in New Issue
Block a user