summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-11-12 08:47:16 -0500
committerTres Seaver <tseaver@palladion.com>2015-11-12 08:47:16 -0500
commitb4c96d2892d8271b300b1920e3ce5d2c0eae588b (patch)
tree7c0bd810af0d239f0513653eb29eba6e1a08f6a2 /TODO.txt
parente99cd355140258b7cd4cd9c1a83fd3ada1eb2b04 (diff)
parent47162533af84bb8d26db6d1c9ba1e63d70e9070f (diff)
downloadpyramid-b4c96d2892d8271b300b1920e3ce5d2c0eae588b.tar.gz
pyramid-b4c96d2892d8271b300b1920e3ce5d2c0eae588b.tar.bz2
pyramid-b4c96d2892d8271b300b1920e3ce5d2c0eae588b.zip
Merge branch 'master' into feature/alchemy-scaffold-update
Conflicts: docs/tutorials/wiki2/basiclayout.rst
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index e738b58d8..837c9d681 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -47,11 +47,9 @@ Nice-to-Have
the templates chapter and elsewhere. Scan the documentation for reference
to a renderer as *only* view configuration (it's a larger concept now).
-- Add better docs about what-to-do-when-behind-a-proxy: paste.urlmap ("/foo =
+- Add better docs about what-to-do-when-behind-a-proxy: rutter ("/foo =
app1" and "domain app1.localhost = app1"), ProxyPreserveHost and the nginx
- equivalent, preserving HTTPS URLs.
-
-- Alias the stupid long default session factory name.
+ proxy_params, preserving HTTPS URLs.
- Debug option to print view matching decision (e.g. debug_viewlookup or so).
@@ -163,3 +161,5 @@ Probably Bad Ideas
- _fix_registry should dictify the registry being fixed.
+- Apply a prefix to the userid principal to avoid poisoning the principal
+ namespace. See https://github.com/Pylons/pyramid/issues/2060