From a55a71feadc9fa8a7573ce180e7884464b369689 Mon Sep 17 00:00:00 2001 From: Alfredo Serafini Date: Fri, 19 May 2017 16:07:33 +0200 Subject: [PATCH] updates on virtuoso detection updates on virtuoso detection: updating regex for avoiding issues with travis CI --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 081fbaef7..4000881c5 100755 --- a/src/apps.json +++ b/src/apps.json @@ -8443,7 +8443,7 @@ }, "url": "^https?://(?:[^\\/]+\\.)?.*?/sparql\\;confidence:20", "headers": { - "Server": "^.*Virtuoso\\/(\\d{2}\\.\\d{2}\\.\\d{4}).*$;version:\\1" + "Server": "^.*?Virtuoso\\/(\\d{2}\\.\\d{2}\\.\\d{4}).*?$;version:\\1" } }, "Visual WebGUI": {