~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to site.zcml

  • Committer: Christian Reis
  • Date: 2007-08-03 15:25:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4668.
  • Revision ID: christian.reis@canonical.com-20070803152539-gzsubd4wwl4xvwi9
Implement a request summarizer that outputs to the HTML source of the page, and to stderr of the webapp server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    <includeOverrides file="override-configure-normal.zcml" />
30
30
 
31
31
    <include file="securitypolicy.zcml" />
 
32
 
 
33
    <!-- include request summarizer here so it only affects webapp -->
 
34
    <include file="summarizerequests.zcml" />
32
35
</configure>