[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.1.0-20-g3af1d80

X2Go dev team git-admin at x2go.org
Thu Apr 18 17:16:53 CEST 2013


The branch, master has been updated
       via  3af1d8018a7df5db02d46162b08a66cb6d6ddb11 (commit)
      from  f4ff0ae355ed058f2fdf8e2267cb3ad7812e097c (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 3af1d8018a7df5db02d46162b08a66cb6d6ddb11
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Apr 18 17:16:14 2013 +0200

    Fix name of get() for /pubkeys/ URL path. (Fixes: #176).

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog         |    1 +
 x2gobroker/web/extras.py |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index d0dc080..da28c9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ x2gobroker (0.0.1.1-0~x2go1) UNRELEASED; urgency=low
       the logging in x2gobroker. (Fixes: #172).
     - x2gobroker-pubkeyauthorizer: no logging-to-file support anymore.
       (Fixes: #175).
+    - Fix name of get() for /pubkeys/ URL path. (Fixes: #176).
   * /debian/control:
     + Fix --root parameter in DEB_PYTHON_INSTALL_ARGS.
     + Let bin:package x2gobroker-authservice depend on python-x2gobroker (of the
diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py
index e1adf2a..f61c676 100644
--- a/x2gobroker/web/extras.py
+++ b/x2gobroker/web/extras.py
@@ -42,7 +42,7 @@ class X2GoBrokerPubKeyService(tornado.web.RequestHandler):
         for http_header_item in self.http_header_items.keys():
             self.set_header(http_header_item, self.http_header_items[http_header_item])
 
-    def GET(self):
+    def get(self):
 
         output = ""
 


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).




More information about the x2go-commits mailing list