From 76b964ca8ee9872afcb257a59c3f4c95df009e4d Mon Sep 17 00:00:00 2001 From: Alfredo Serafini Date: Fri, 19 May 2017 16:15:54 +0200 Subject: [PATCH] updated virtuoso detection regex updated virtuoso detection regex --- src/apps.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index bee1fe559..a7b68b85d 100755 --- a/src/apps.json +++ b/src/apps.json @@ -8443,7 +8443,9 @@ }, "url": "^https?://(?:[^\\/]+\\.)?.*?/sparql\\;confidence:20", "headers": { - "Server": "^(?:.*)Virtuoso\\/(\\d{2}\\.\\d{2}\\.\\d{4})(?:.*)$;version:\\1" + "Server": "3ware\\/?([\\d\\.]+)?\\;version:\\1" + + "Server": "Virtuoso\\/?(\\d{2}\\.\\d{2}\\.\\d{4})?\\;version:\\1" } }, "Visual WebGUI": {