Note reported bug in workaround

So that the workaround can eventually be removed, note the
URL for the relevant bug in a comment.
This commit is contained in:
Elrond 2011-12-21 00:34:02 +01:00
parent 871fc591dd
commit d23d4b23da

View File

@ -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')