(SOL14053) Description
The BIG-IP ASM system reports an error message in the ASM log file for every rejected connection. This issue occurs when all of the following conditions are met:
A virtual server has ASM enabled.
The virtual server rejects traffic using an iRule with the reject command.
For example, the following iRule snippet rejects client connection when the client HTTP request has a URI that starts with /bug405436:
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] starts_with "/
↧