-
Notifications
You must be signed in to change notification settings - Fork 555
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
Add method to drop standard port when getting configuration value #6600
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6600 +/- ##
============================================
+ Coverage 46.91% 46.97% +0.05%
- Complexity 15547 15556 +9
============================================
Files 1800 1802 +2
Lines 107397 107400 +3
Branches 19800 19790 -10
============================================
+ Hits 50390 50453 +63
+ Misses 49936 49860 -76
- Partials 7071 7087 +16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
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.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/13804832151
Purpose
Adds method to drop the standard ports, namely 443 for https and 80 for http, when getting configuration value.
Related Issues
transport.https.properties
config product-is#23196Related PRs