The branch, master has been updated via a43eae3a35698c7e8f39a6a70fb159bfbaea3f61 (commit) from a40d31fd015bb02c750866712b20574723cc3978 (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 a43eae3a35698c7e8f39a6a70fb159bfbaea3f61 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed May 1 21:11:18 2013 +0200 Remove trainling slashes from ManagementServer URLs. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 ++- x2gobroker/uccsjson.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 6aa021a..aa10d08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ x2gobroker (0.0.2.1-0~x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream version (0.0.2.0): + - Remove trainling slashes from ManagementServer URLs. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 01 May 2013 21:07:41 +0200 diff --git a/x2gobroker/uccsjson.py b/x2gobroker/uccsjson.py index 8393a59..757dc67 100644 --- a/x2gobroker/uccsjson.py +++ b/x2gobroker/uccsjson.py @@ -49,6 +49,7 @@ class ManagementServer(): self.RemoteDesktopServers = [] self.AdditionalManagementServers = [] self.URL = unicode(url) + self.URL = '{url}/'.format(url=self.URL.rstrip('/')) self.Name = unicode(name) def set_default(self, ts_name): 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).