diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2017-09-21 09:38:10 +0530 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2017-09-21 09:38:10 +0530 |
commit | 0df37ac0a9c648527f3a93f4f9ee58128cd4ae05 (patch) | |
tree | 305fd8db2318199178d8ce53bde79a6ec1ef248a /mso-api-handlers | |
parent | b23cf7b08c000ea2303ce3492032898f677b246b (diff) |
mapping E2EService urls
IssueId: SO-150
Change-Id: I5d2542ad0439328908ce26c00eb2fc4213a330fa
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'mso-api-handlers')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml index cd4a560ad1..b8ce1a6321 100644 --- a/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml +++ b/mso-api-handlers/mso-api-handler-infra/WebContent/WEB-INF/web.xml @@ -85,6 +85,7 @@ <url-pattern>/properties/*</url-pattern>
<url-pattern>/api-docs/*</url-pattern>
<url-pattern>/tasks/*</url-pattern>
+ <url-pattern>/e2eServiceInstances/*</url-pattern>
</servlet-mapping>
<!-- To be replaced by AAF in the future, when Camunda scripts replacing the BPEL scripts completely -->
|