From 0bc4ef7915854adafc238129536e035bbacc2a61 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:27:28 +0000 Subject: [PATCH] Improve a bit virtuoso detection (#2547) - Optimize the `url` regexp - simplify the `Server` one --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index 242335ccc..774ffb6ee 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10521,13 +10521,13 @@ 34 ], "headers": { - "Server": "Virtuoso\\/?(\\d{2}\\.\\d{2}\\.\\d{4})?\\;version:\\1" + "Server": "Virtuoso/?([0-9.]+)?\\;version:\\1" }, "meta": { "Copyright": "^Copyright © \\d{4} OpenLink Software", "Keywords": "^OpenLink Virtuoso Sparql" }, - "url": ".*/sparql\\.*", + "url": "/sparql", "website": "https://virtuoso.openlinksw.com/" }, "Visual WebGUI": {