From f432abde7d57abf0ba27f000585b4f65a17ef7f5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Jan 2024 17:28:45 +0300 Subject: [PATCH] COUNTER_Robots_list.json: update java pattern We can uniquely identify any java user agent by checking for "^java" with no version. The previous pattern assumed all java versions were 1.x, and failed to escape the dot anyway. --- COUNTER_Robots_list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COUNTER_Robots_list.json b/COUNTER_Robots_list.json index 5355933..7a86b6f 100644 --- a/COUNTER_Robots_list.json +++ b/COUNTER_Robots_list.json @@ -626,8 +626,8 @@ "last_changed": "2017-08-08" }, { - "pattern": "^java\\/\\d{1,2}.\\d", - "last_changed": "2017-08-08" + "pattern": "^java", + "last_changed": "2024-01-29" }, { "pattern": "jeeves",