accounting-lib/src/test/resources/rules/GeoServer/GeoServer_PROTOCOL.json

13 lines
395 B
JSON
Raw Normal View History

2020-02-14 16:45:48 +01:00
{
"match": {
2020-03-12 16:28:50 +01:00
"serviceClassRegex": "(GeoServer)|(geoserver)|(SpatialData)",
2020-02-14 16:45:48 +01:00
"serviceNameRegex": "(GeoServer)|(geoserver)",
"calledMethodRegex": "^.*\/(?<Protocol>(wfs|wms|wcs|wmts)).*$"
},
"replace": {
"serviceClass": "GeoServer",
"serviceName": "GeoServer",
"calledMethod": "/${Protocol}",
"_comment" : "Do not remove the initial / to avoid that wms is replaced with OTHER"
}
}