atmire / COUNTER-Robots

Official list of user agents that are regarded as robots/spiders by COUNTER
MIT License
64 stars 29 forks source link

COUNTER_Robots_list.json: update java pattern #64

Open alanorth opened 9 months ago

alanorth commented 9 months ago

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.