Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2020.2

...

For example, assume that an endpoint or virtual asset is deployed under the following path:

http://myserver:9080/MyAsset/MyPath. The path 

The following path is also specified in the responder correlation: 

/segment1/segment2/** is also specified in the responder correlation. 

The following URLs will match this correlation criteria:

...

Ant-style wildcards can be used, where * matches zero one or more characters  and ** matches zero one or more directories. Using this format:

...

MatchesDoes Not Match

service/Repository
org/web/service/Entries
org/something/else/tools/stiff/service/Entries

org/web/service/foo/bar/Entries 

/org/web/service

Example 2: org/parasoft/virtualize/**

MatchesDoes Not Match

org/parasoft/virtualize/tools/service

org/parasoft/virtualize/stuff

org/parasoft/somethingelse

Example 3: org/parasoft/**/EM/*

MatchesDoes Not Match

org/parasoft/EM/Entries

org/parasoft/virtualize/soatest/tools/EM/Entries

org/parasoft/EM/foo/bar/Entries

Example 4: Same method for similar paths

/v1/orders
/v1/orders/*

MatchesDoes Not Match

GET /v1/orders
GET /v1/orders/111-111-111

GET /v1/orders/111-111-111/1

URL Parameters Grouping Configuration
Anchor
URL Parameters Grouping Configuration
URL Parameters Grouping Configuration

...