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
main
Alfredo Serafini 8 years ago committed by GitHub
parent 0c205c95d8
commit 4aa28571c0

@ -8441,7 +8441,7 @@
"Keywords": "^OpenLink Virtuoso Sparql", "Keywords": "^OpenLink Virtuoso Sparql",
"Copyright": "^Copyright © \\d{4} OpenLink Software" "Copyright": "^Copyright © \\d{4} OpenLink Software"
}, },
"url": "^https?://(?:[^\\/]+\\.)?.*?/sparql\\;confidence:20", "url": "(?:)[^\/]+\/sparql\\;confidence:20",
"headers": { "headers": {
"Server": "Virtuoso\\/?(\\d{2}\\.\\d{2}\\.\\d{4})?\\;version:\\1" "Server": "Virtuoso\\/?(\\d{2}\\.\\d{2}\\.\\d{4})?\\;version:\\1"
} }

Loading…
Cancel
Save