This file is indexed.

/usr/lib/axis2/modules/rampart/module.xml is in librampart0 1.3.0-3.

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
<module name="rampart" class="mod_rampart">
    <inflow>
        <handler name="RampartInHandler" class="mod_rampart">
            <order phase="Security"/>
        </handler>
    </inflow>

    <outflow>
        <handler name="RampartOutHandler" class="mod_rampart">
            <order phase="Security"/>
        </handler>
    </outflow>

    <Outfaultflow>
        <handler name="RampartOutHandler" class="mod_rampart">
            <order phase="MessageOut"/>
        </handler>
    </Outfaultflow>
</module>