web/views/basecontrollers.py
changeset 10411 4ee15441f2eb
parent 10222 75d6096216d7
parent 10406 9c7461bf99a7
child 10666 7f6b5f023884
--- a/web/views/basecontrollers.py	Mon Jun 22 14:15:16 2015 +0200
+++ b/web/views/basecontrollers.py	Mon Jun 22 14:27:37 2015 +0200
@@ -110,10 +110,7 @@
         #   anonymous connection is allowed and the page will be displayed or
         #   we'll be redirected to the login form
         msg = self._cw._('you have been logged out')
-        # force base_url so on dual http/https configuration, we generate a URL
-        # on the http version of the site
-        return self._cw.build_url('view', vid='loggedout',
-                                  base_url=self._cw.vreg.config['base-url'])
+        return self._cw.build_url('view', vid='loggedout')
 
 
 class ViewController(Controller):