-
Notifications
You must be signed in to change notification settings - Fork 69
TransformService defects #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
fbacc1b to
d18219a
Compare
Codecov Report
@@ Coverage Diff @@
## master #286 +/- ##
========================================
Coverage 67.2% 67.2%
Complexity 12 12
========================================
Files 206 206
Lines 3955 3955
Branches 534 534
========================================
Hits 2658 2658
Misses 1162 1162
Partials 135 135Continue to review full report at Codecov.
|
712995b to
b2c9768
Compare
…rom path after transformation Signed-off-by: Andrea Tabone <andrea.tabone@ca.com>
b2c9768 to
72ccbbe
Compare
|
Please fix also bug when serviceUrl = "/". Thanks! |
4bf38a8 to
a3b8f74
Compare
a3b8f74 to
25999b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I will approve once it passes integration tests.
gateway-common/src/main/java/com/ca/mfaas/product/routing/transform/TransformService.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Ilkin!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good. Thanks!
* defect: ServiceType.All is fixed * defect:Fix probem in TransformService which was removing query part from path after transformation Signed-off-by: Andrea Tabone <andrea.tabone@ca.com> * defect: Fixed serviceUrl is '/' case * Covered NPE case in serviceUriPath
This PR cover the defects about TransformService.
service/login.do?action=secure) the query part was lost during the URL transformation. Now it is kept.