The branch, master has been updated via c8aeb0d4a9e4896456655cae66d743c2e03de6e3 (commit) from 31eea62dbed1f9fdc5c270c178e7d947e6749ec9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c8aeb0d4a9e4896456655cae66d743c2e03de6e3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Aug 18 22:33:24 2013 +0200 Fix output of HTTP based connectivity test. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + x2gobroker/web/plain.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 8b72caf..9628994 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ x2gobroker (0.0.3.0-0~x2go1) UNRELEASED; urgency=low - Fix logrotate script: x2gobroker-wsgi. (Fixes: #275). - Get the cookie based extra-authentication working for SSH mode. - Get the cookie based extra-authentication working for HTTP mode. + - Fix output of HTTP based connectivity test. * /debian/control: + Replace LDAP support with session brokerage support in LONG_DESCRIPTION. diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py index eb3daca..39ab7a8 100644 --- a/x2gobroker/web/plain.py +++ b/x2gobroker/web/plain.py @@ -129,7 +129,8 @@ class X2GoBrokerWeb(tornado.web.RequestHandler): ### TEST THE CONNECTION ### - return broker_backend.test_connection() + self.write(broker_backend.test_connection()) + return if task == 'listsessions': hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).