Skip to content
Permalink
Browse files Browse the repository at this point in the history
DO NOT LEAK GLOBALS SETTINGS INTO request object
  • Loading branch information
mdipierro committed Mar 14, 2016
1 parent 7c29993 commit 9706d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gluon/globals.py
Expand Up @@ -186,7 +186,6 @@ def __init__(self, env):
Storage.__init__(self)
self.env = Storage(env)
self.env.web2py_path = global_settings.applications_parent
self.env.update(global_settings)
self.cookies = Cookie.SimpleCookie()
self._get_vars = None
self._post_vars = None
Expand All @@ -202,7 +201,6 @@ def __init__(self, env):
self.is_restful = False
self.is_https = False
self.is_local = False
self.global_settings = settings.global_settings
self._uuid = None

def parse_get_vars(self):
Expand Down

0 comments on commit 9706d12

Please sign in to comment.