From 4aa28571c0a11eaf5c181ef1b8f46e941e9e3984 Mon Sep 17 00:00:00 2001 From: Alfredo Serafini Date: Fri, 19 May 2017 16:27:48 +0200 Subject: [PATCH] updating virtuoso detection updating virtuoso detection: the `/sparql` endpoint should be found, but it could be provided by other vendors, so we can use a low confidence value --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 583c18f51..98abd0414 100755 --- a/src/apps.json +++ b/src/apps.json @@ -8441,7 +8441,7 @@ "Keywords": "^OpenLink Virtuoso Sparql", "Copyright": "^Copyright © \\d{4} OpenLink Software" }, - "url": "^https?://(?:[^\\/]+\\.)?.*?/sparql\\;confidence:20", + "url": "(?:)[^\/]+\/sparql\\;confidence:20", "headers": { "Server": "Virtuoso\\/?(\\d{2}\\.\\d{2}\\.\\d{4})?\\;version:\\1" }