diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2011-12-21 00:34:02 +0100 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2011-12-21 00:34:02 +0100 |
commit | d23d4b23dad2e14e330664f58994dcbbbaa32720 (patch) | |
tree | 7e73f719da96e5eae7af3507c84e138c37f5bf4e | |
parent | 871fc591dd2492d2bdca0a530fdffac14f3feece (diff) | |
download | mediagoblin-d23d4b23dad2e14e330664f58994dcbbbaa32720.tar.lz mediagoblin-d23d4b23dad2e14e330664f58994dcbbbaa32720.tar.xz mediagoblin-d23d4b23dad2e14e330664f58994dcbbbaa32720.zip |
Note reported bug in workaround
So that the workaround can eventually be removed, note the
URL for the relevant bug in a comment.
-rw-r--r-- | mediagoblin/app.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/app.py b/mediagoblin/app.py index 49dc8d97..96b2c8ab 100644 --- a/mediagoblin/app.py +++ b/mediagoblin/app.py @@ -123,6 +123,7 @@ class MediaGoblinApp(object): # request.full_path = environ["SCRIPT_URL"] # Fix up environ for urlgen + # See bug: https://bitbucket.org/bbangert/routes/issue/55/cache_hostinfo-breaks-on-https-off if environ.get('HTTPS', '').lower() == 'off': environ.pop('HTTPS') |