Fixed regular expression

This commit is contained in:
Luca Frosini 2019-11-13 15:50:34 +01:00
parent 02b4bcff38
commit 5b53d12ce2
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"regex": "/{0,1}gcube/service/generate/[0-9a-zA-Z!'\\\\@:\/<>=\\[\\](){}._-]*",
"regex": "^\/{0,1}gcube\/service\/generate\/[0-9a-zA-Z!'\\\\@:\/<>=\\[\\](){}._-]*",
"replace": "/gcube/service/generate/{id}",
"serviceClass": "Common",
"serviceName": "AuthorizationService"

View File

@ -1,5 +1,5 @@
{
"regex": "/{0,1}gcube/service/retrieve/[0-9a-zA-Z!'\\\\@:\/<>=\\[\\](){}._-]*",
"regex": "^\/{0,1}gcube/service/retrieve/[0-9a-zA-Z!'\\\\@:\/<>=\\[\\](){}._-]*",
"replace": "/gcube/service/retrieve/{id}",
"serviceClass": "Common",
"serviceName": "AuthorizationService"