This isn't a problem. From sk113479:
- The Security Gateway did not drop the connection.
- There is no drop print in the kernel debug.
- The reason for the log is not necessarily because of unwanted behavior of the edge client or the server.
A Unified Policy can contain filter criteria that cannot be resolved on the connection's first packet, such as Application or Data. Therefore, on some connections, the final rule match decision occurs on the following data packets. Until the final decision is reached, the rule base accepts the incoming data packets if a rule allows it (meaning: if one of the possibly matched rules does not have a Drop/Reject action).
In scenarios where the connection ends without application data content (no data packets), or the data quantity is not sufficient for the required engine detection, the rule base issues an Accept log with the first rule that allows the traffic. This rule might not have all the applicable criteria because some have not been detected.
In other words, this is expected behavior.