ADC throws this warning when XMLFormatAction is set to non-block for the first time
XMLFormatAction
One or more XML Format actions. Available settings function as follows:
Block – Block connections that violate this security check.
Log – Log violations of this security check.
Stats – Generate statistics for this security check.
None – Disable all actions for this security check.
1. set to block for the first time, no warning message
Done
> add appfw profile appfw_test -rfcprofile APPFW_RFC_BYPASS -type XML HTML -XMLFormatAction block
Done
2. set to values inlcude block
Done
> add appfw profile appfw_test -rfcprofile APPFW_RFC_BYPASS -type XML HTML -XMLFormatAction block log stats
Done
3. set it to non block at the first time, warning message displays
Done
> add appfw profile appfw_test -rfcprofile APPFW_RFC_BYPASS -type XML HTML -XMLFormatAction log
Warning: XML Security checks can not be performed, once an XML message is found not wellformed.
Done
> rm appfw profile appfw_test
Done
> add appfw profile appfw_test -rfcprofile APPFW_RFC_BYPASS -type XML HTML -XMLFormatAction stats
Warning: XML Security checks can not be performed, once an XML message is found not wellformed.
Done
4. set to log(non block) at the first time, the warning message display, but no warning at the later setting
Done
> add appfw profile appfw_test -rfcprofile APPFW_RFC_BYPASS -type XML HTML -XMLFormatAction log
Warning: XML Security checks can not be performed, once an XML message is found not wellformed.
Done
> set appfw profile appfw_test -XMLFormatAction stats
Done