From 4d4d9ae8b2e93e6f7c1316c47a54aace5823e653 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:06:23 +0000 Subject: [PATCH] Add detection of apache coyote detection (#2495) This can be tested [here](https://www.computerworld.com/article/3288925/computer-hardware/as-bitcoin-values-slide-high-end-gpu-prices-drop-too.html) --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index b8934e930..f894a797d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -715,7 +715,7 @@ 22 ], "headers": { - "Server": "^Apache-Coyote", + "Server": "^Apache-Coyote(?:/([\\d.]+))?\\;version:\\1", "X-Powered-By": "\\bTomcat\\b(?:-([\\d.]+))?\\;version:\\1" }, "icon": "Apache Tomcat.svg",