~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Michael-Doyle Hudson
  • Date: 2011-09-21 21:12:02 UTC
  • mto: This revision was merged to the branch mainline in revision 14068.
  • Revision ID: michael.hudson@linaro.org-20110921211202-xk3mjmjqrufx10f5
revert the reversion of the xmlrpc feature flag endpoint

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>