Chris McDonough
2012-03-22 a39dd2ff1992f81e98a4d3307aee53fbc7a405cf
- Add ``REMOTE_ADDR`` to the ``prequest`` WSGI environ dict for benefit of
the debug toolbar, which effectively requires it to be present to work
properly.
2 files modified
11 ■■■■■ changed files
CHANGES.txt 10 ●●●●● patch | view | raw | blame | history
pyramid/scripts/prequest.py 1 ●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -1,3 +1,13 @@
Next release
============
Bug Fixes
---------
- Add ``REMOTE_ADDR`` to the ``prequest`` WSGI environ dict for benefit of
  the debug toolbar, which effectively requires it to be present to work
  properly.
1.3 (2012-03-21)
================
pyramid/scripts/prequest.py
@@ -112,6 +112,7 @@
            'SERVER_PORT': '80',         # always mandatory 
            'SERVER_PROTOCOL': 'HTTP/1.0',
            'CONTENT_TYPE': 'text/plain',
            'REMOTE_ADDR':'127.0.0.1',
            'wsgi.run_once': True,
            'wsgi.multithread': False,
            'wsgi.multiprocess': False,