updated regex for virtuoso detection

updated regex for virtuoso detection
main
Alfredo Serafini 8 years ago committed by GitHub
parent a55a71fead
commit 4149446b52

@ -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": {

Loading…
Cancel
Save