Note reported bug in workaround
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 20 Dec 2011 23:34:02 +0000 (00:34 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Tue, 20 Dec 2011 23:34:02 +0000 (00:34 +0100)
So that the workaround can eventually be removed, note the
URL for the relevant bug in a comment.

mediagoblin/app.py

index 49dc8d97af374d23217671dbf43562afbe12ac9f..96b2c8abd9c516622b6ad364e94422597fd2c9c6 100644 (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')