Ading resource-regsitry rules
This commit is contained in:
parent
cc6878dca2
commit
e151b63f09
|
@ -152,6 +152,11 @@ public class RegexRulesAggregator implements Runnable {
|
|||
}
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public void start() {
|
||||
|
||||
}
|
||||
|
||||
public static void shutdown() {
|
||||
RegexRulesAggregator.getInstance().stop();
|
||||
ExecutorUtils.shutDownPool(RegexRulesAggregator.REGEX_REDISCOVERY_POOL);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "(GeoServer)|(geoserver)",
|
||||
"serviceClassRegex": "(GeoServer)|(geoserver)|(SpatialData)",
|
||||
"serviceNameRegex": "(GeoServer)|(geoserver)",
|
||||
"calledMethodRegex": "^(?!.*\/(wfs|wms|wcs|wmts)).*$"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "(GeoServer)|(geoserver)",
|
||||
"serviceClassRegex": "(GeoServer)|(geoserver)|(SpatialData)",
|
||||
"serviceNameRegex": "(GeoServer)|(geoserver)",
|
||||
"calledMethodRegex": "^.*\/(?<Protocol>(wfs|wms|wcs|wmts)).*$"
|
||||
},
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"match": {
|
||||
"serviceClassRegex": "InformationSystem",
|
||||
"serviceNameRegex": "resource-registry",
|
||||
"calledMethodRegex": "^(?!(GET|HEAD|POST|PUT|DELETE|PURGE|OPTIONS|TRACE|CONNECT))\/.*"
|
||||
},
|
||||
"replace": {
|
||||
"serviceClass": "InformationSystem",
|
||||
"serviceName": "resource-registry",
|
||||
"calledMethod": "OTHER"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
InformationSystem,resource-registry,/er/facet/c8abc72e-1707-4ac5-874e-53f1c71d92f8
|
||||
InformationSystem,resource-registry,/access/instance/Configuration/ceac4400-f2c8-11dd-99f0-cbe8b682b1c1
|
||||
InformationSystem,resource-registry,/er/resource/6d1fd757-d13b-4004-aa9a-e325a07a8ce1
|
||||
InformationSystem,resource-registry,/er/resource/fa3836ea-f703-4642-bfd4-e946c1698695
|
||||
InformationSystem,resource-registry,/er/resource/7f04cf07-eaa6-4ad5-a92f-98a46dc8cff5
|
||||
InformationSystem,resource-registry,/er/resource/e18815a0-8306-11e1-b54b-fa68d406a964
|
||||
InformationSystem,resource-registry,/er/resource/1c1ab6b7-ee65-4a34-876c-7795ce4032fd
|
||||
InformationSystem,resource-registry,/access/instance/Configuration/63f74c10-f2d5-11dd-99f2-cbe8b682b1c1
|
||||
InformationSystem,resource-registry,/er/resource/49e05ea0-856f-11e0-bb3d-87643e470dd4
|
||||
InformationSystem,resource-registry,/access/instance/EService/d4bd53f1-6bbf-4ee3-8a36-fc410cc64912
|
|
|
@ -0,0 +1,10 @@
|
|||
InformationSystem,resource-registry,PUT /er/facet/c8abc72e-1707-4ac5-874e-53f1c71d92f8
|
||||
InformationSystem,resource-registry,GET /access/instance/Configuration/ceac4400-f2c8-11dd-99f0-cbe8b682b1c1
|
||||
InformationSystem,resource-registry,GET /er/resource/6d1fd757-d13b-4004-aa9a-e325a07a8ce1
|
||||
InformationSystem,resource-registry,DELETE /er/resource/fa3836ea-f703-4642-bfd4-e946c1698695
|
||||
InformationSystem,resource-registry,HEAD /er/resource/7f04cf07-eaa6-4ad5-a92f-98a46dc8cff5
|
||||
InformationSystem,resource-registry,POST /er/resource/e18815a0-8306-11e1-b54b-fa68d406a964
|
||||
InformationSystem,resource-registry,PURGE /er/resource/1c1ab6b7-ee65-4a34-876c-7795ce4032fd
|
||||
InformationSystem,resource-registry,HEAD /access/instance/Configuration/63f74c10-f2d5-11dd-99f2-cbe8b682b1c1
|
||||
InformationSystem,resource-registry,CONNECT /er/resource/49e05ea0-856f-11e0-bb3d-87643e470dd4
|
||||
InformationSystem,resource-registry,TRACE /access/instance/EService/d4bd53f1-6bbf-4ee3-8a36-fc410cc64912
|
|
Loading…
Reference in New Issue