{ "match": { "serviceClassRegex": "(GeoServer)|(geoserver)", "serviceNameRegex": "(GeoServer)|(geoserver)", "calledMethodRegex": "^.*\/(?(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" } }