diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-11-01 19:26:08 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-11-01 19:26:08 +0000 |
| commit | 65e110304147fa4c19d9c6cc29e0f289e1465b4b (patch) | |
| tree | 354e0972c49e364a4e606a64558e3ea22056a8d3 /docs/narr/MyProject | |
| parent | 4af9009e1765ea413465d477060b3d82f470562f (diff) | |
| download | pyramid-65e110304147fa4c19d9c6cc29e0f289e1465b4b.tar.gz pyramid-65e110304147fa4c19d9c6cc29e0f289e1465b4b.tar.bz2 pyramid-65e110304147fa4c19d9c6cc29e0f289e1465b4b.zip | |
- Change default paster template generator to use ``Paste#http``
server rather than ``PasteScript#cherrpy`` server. The cherrypy
server has a security risk in it when ``REMOTE_USER`` is trusted
by the downstream application.
Diffstat (limited to 'docs/narr/MyProject')
| -rw-r--r-- | docs/narr/MyProject/MyProject.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/MyProject/MyProject.ini b/docs/narr/MyProject/MyProject.ini index f76323d50..c1ff50547 100644 --- a/docs/narr/MyProject/MyProject.ini +++ b/docs/narr/MyProject/MyProject.ini @@ -4,9 +4,9 @@ debug = true [app:main] use = egg:MyProject#app reload_templates = true +debug_authorization = false [server:main] -use = egg:PasteScript#cherrypy +use = egg:Paste#http host = 0.0.0.0 port = 6543 -numthreads = 4 |
