Added user agent '-' as bot in log analyze.

This commit is contained in:
Christian P. MOMON 2021-05-25 17:21:02 +02:00
parent 060f9d8c6e
commit 847a430f22

View file

@ -193,6 +193,10 @@ public class HttpAccessLog
{
result = true;
}
else if (StringUtils.equalsAnyIgnoreCase(this.userAgent.toString(), "-"))
{
result = true;
}
else
{
result = false;