Added user agent '-' as bot in log analyze.
This commit is contained in:
parent
060f9d8c6e
commit
847a430f22
1 changed files with 4 additions and 0 deletions
|
@ -193,6 +193,10 @@ public class HttpAccessLog
|
|||
{
|
||||
result = true;
|
||||
}
|
||||
else if (StringUtils.equalsAnyIgnoreCase(this.userAgent.toString(), "-"))
|
||||
{
|
||||
result = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
result = false;
|
||||
|
|
Loading…
Reference in a new issue