[Checkins] SVN: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/etc/debug.ini.in_tmpl Add resource_injection to WSGI pipeline

Jan-Jaap Driessen jdriessen at thehealthagency.com
Fri Nov 12 14:59:20 EST 2010


Log message for revision 118384:
  Add resource_injection to WSGI pipeline

Changed:
  U   grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/etc/debug.ini.in_tmpl

-=-
Modified: grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/etc/debug.ini.in_tmpl
===================================================================
--- grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/etc/debug.ini.in_tmpl	2010-11-12 16:16:42 UTC (rev 118383)
+++ grokproject/branches/janjaapdriessen-hurry.resource/grokproject/template/etc/debug.ini.in_tmpl	2010-11-12 19:59:19 UTC (rev 118384)
@@ -7,7 +7,7 @@
 port = $${:port}
 
 [pipeline:main]
-pipeline = accesslogging evalexception grok
+pipeline = accesslogging evalexception resource_injection grok
 
 [filter:accesslogging]
 use = egg:Paste#translogger
@@ -15,6 +15,9 @@
 [filter:evalexception]
 use = egg:z3c.evalexception#ajax
 
+[filter:resource_injection]
+use = egg:hurry.resource#inject
+
 [app:grok]
 use = egg:grokcore.startup#debug
 exempt-exceptions = zope.security.interfaces.IUnauthorized



More information about the checkins mailing list