This file is indexed.

/usr/lib/axis2/modules/addressing/module.xml is in libaxis2c0 1.6.0-6.

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="addressing" class="axis2_mod_addr">
    <inflow>
        <handler name="AddressingInHandler" class="axis2_mod_addr">
            <order phase="Transport" before="addressing_based_dispatcher"/>
        </handler>
    </inflow>

    <outflow>
        <handler name="AddressingOutHandler" class="axis2_mod_addr">
            <order phase="MessageOut"/>
        </handler>
    </outflow>

    <Outfaultflow>
        <handler name="AddressingOutHandler" class="axis2_mod_addr">
            <order phase="MessageOut"/>
        </handler>
    </Outfaultflow>
</module>