Skip to content

Commit

Permalink
add a note about userid security issues from Pylons#2060
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Oct 29, 2015
1 parent a09bc0d commit a2680f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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

0 comments on commit a2680f1

Please sign in to comment.