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

13 lines
381 B
JSON

{
"match": {
"serviceClassRegex": "(GeoServer)|(geoserver)",
"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"
}
}