diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-04-16 13:13:33 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-16 20:13:33 +0000 |
commit | f6cd620c727e39906200d68f5d613f519308fb30 (patch) | |
tree | 3b59a86ee2ab530ab895c1b595d2d2839aa0ce42 /docs/submodules/integration.git | |
parent | 440fcbab66f58796c56e40a4b808ce8e46c7e552 (diff) |
Update git submodules
* Update docs/submodules/integration.git from branch 'master'
to eb24769c91469a9b57344421061c8e366b8a8c2a
- Fix invalid prefix check handling
Should the URI prefix length in the request be incorrect
and not contain two "/" the service would fail with "empty
response" on client side due to unhandled "list index
out of range" in the server process while trying to get
the idName from pathlist[4] which throws IndexError.
Prefix validation, id and class variable assignment are
wrapped up in try-except clause to evaluate the prefix check
correctly, catch the exception and return appropriate response
to the client.
Change-Id: If6333228fbdd3a8075ade55436c3ca9bb8a97caa
Issue-ID: INT-1529
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'docs/submodules/integration.git')
m--------- | docs/submodules/integration.git | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/integration.git b/docs/submodules/integration.git -Subproject 18c479f0b09bb406c21c707bf7acc03fc34ef0a +Subproject eb24769c91469a9b57344421061c8e366b8a8c2 |