summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index cba1f5e02..29869630d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,6 +1,16 @@
Pyramid TODOs
=============
+Should-Have
+-----------
+
+- Example of using paste prefix middleware to fix https-vs-http when
+ deploying via proxy:
+ https://docs.pylonsproject.org/projects/pyramid_cookbook/dev/deployment/nginx.html#step-2-starting-paster
+
+- Fix conflict behavior for routes and auth policies (define phases and use
+ order=).
+
Nice-to-Have
------------