This file is indexed.

/usr/lib/python2.7/dist-packages/zope/browserpage/configure.zcml is in python-zope.browserpage 4.1.0a1-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<configure xmlns="http://namespaces.zope.org/zope">

  <class class=".viewpagetemplatefile.BoundPageTemplate">
    <allow attributes="__call__ __str__ __name__" />
  </class>

 <adapter
     for="zope.browserpage.viewpagetemplatefile.BoundPageTemplate
          zope.publisher.interfaces.browser.IBrowserRequest"
     provides="zope.publisher.interfaces.browser.IBrowserPublisher"
     factory="zope.browserpage.viewpagetemplatefile.NoTraverser"
     />

  <!-- TALES namespace allows view/template:default etc -->
  <adapter
      for="*"
      factory=".namedtemplate.NamedTemplatePathAdapter"
      name="template"
      />

</configure>