~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/configure.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-19 08:49:39 UTC
  • mfrom: (13960.2.17 feature-flag-xmlrpc)
  • Revision ID: launchpad@pqm.canonical.com-20110919084939-doa6wrbb251ak815
[r=lifeless][bug=853635] Add a private XML-RPC interface to query
        feature flags

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        handler="lp.services.features.webapp.end_request"
20
20
        />
21
21
 
 
22
    <securedutility
 
23
        class="lp.services.features.xmlrpc.FeatureFlagApplication"
 
24
        provides="lp.services.features.xmlrpc.IFeatureFlagApplication">
 
25
        <allow
 
26
            interface="lp.services.features.xmlrpc.IFeatureFlagApplication"/>
 
27
    </securedutility>
 
28
 
22
29
</configure>