[X2Go-Commits] [x2goclient] 02/07: fix authentification on http broker when sending event.

git-admin at x2go.org git-admin at x2go.org
Fri Jun 14 16:57:33 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit abe20a5a3f88a77a7a2db2649ea3f0f855b2fca1
Author: Oleksandr Shneyder <o.shneyder at phoca-gmbh.de>
Date:   Tue Apr 2 14:28:01 2019 +0200

    fix authentification on http broker when sending event.
---
 src/httpbrokerclient.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/httpbrokerclient.cpp b/src/httpbrokerclient.cpp
index 02a69c9..b9c0337 100644
--- a/src/httpbrokerclient.cpp
+++ b/src/httpbrokerclient.cpp
@@ -370,6 +370,7 @@ void HttpBrokerClient::sendEvent(const QString& ev, const QString& id, const QSt
         QTextStream ( &req ) <<
                              "task=clientevent&"<<
                              "user="<<QUrl::toPercentEncoding(brokerUser)<<"&"<<
+                             "password="<<QUrl::toPercentEncoding(config->brokerPass)<<"&"<<
                              "sid="<<id<<"&"<<
                              "event="<<ev<<"&"<<
                              "server="<<QUrl::toPercentEncoding(server)<<"&"<<

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list