[X2Go-Commits] x2gobroker.git - uccsoutput (branch) updated: 0.0.1.0-61-gf179ced

X2Go dev team git-admin at x2go.org
Fri Apr 19 13:26:48 CEST 2013


The branch, uccsoutput has been updated
       via  f179ced3058fdf13019f66c3a2123025800f9dbd (commit)
      from  0e636fb79ad5035c932a21fa52c5223d31aee9b5 (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 f179ced3058fdf13019f66c3a2123025800f9dbd
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Apr 19 13:26:37 2013 +0200

    allow trailing slash in /pubkeys/ URL

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

Summary of changes:
 sbin/x2gobroker |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/sbin/x2gobroker b/sbin/x2gobroker
index 5abd86d..aff9f8d 100755
--- a/sbin/x2gobroker
+++ b/sbin/x2gobroker
@@ -117,7 +117,7 @@ urls = ( ('/plain/(.*)', x2gobroker.web.plain.X2GoBrokerWeb,),
          ('/uccs/(.*)', x2gobroker.web.uccs.X2GoBrokerWeb,),
 #        ('/json/(.*)', x2gobroker.web.json.X2GoBrokerWeb,),
 #        ('/html/(.*)', x2gobroker.web.html.X2GoBrokerWeb,),
-         ('/pubkeys/', x2gobroker.web.extras.X2GoBrokerPubKeyService,),
+         ('/pubkeys(|/)$', x2gobroker.web.extras.X2GoBrokerPubKeyService,),
        )
 
 settings = {


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