Masking Element Names Contained Within Namespaces
Use the ElementName property and the Namespace property to mask elements contained within namespaces.
To mask an element name contain within a namespace, enter the element name to mask and namespace in which it is contained in the logfilter.properties file in the following format:
ElementName.<index_number>=<Element_to_mask>
Namespace.<index_number>=<Namespace_that_contains_element>The ElementName and Namespace properties must use the same unique index number.
The following example shows how to enter a mask for the Username element contained in a namespace:
ElementName.9=Username
Namespace.9=http://docs.oasis-open.org/wss/2004/01/
oasis-200401-wss-wssecurity-secext-1.0.xsd
If you are using the default global mask, the element appears as follows in the gateway log files:
<Username>*** deleted for security purposes ***</Username>