-
Notifications
You must be signed in to change notification settings - Fork 85
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
Fix the inconsistency in overwriting the identical cookie #1907
Conversation
Co-authored-by: Dilan Sachintha Nayanajith <[email protected]>
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1907 +/- ##
============================================
- Coverage 81.70% 81.67% -0.04%
Complexity 562 562
============================================
Files 393 393
Lines 21513 21513
Branches 4801 4801
============================================
- Hits 17578 17570 -8
- Misses 2942 2945 +3
- Partials 993 998 +5 ☔ View full report in Codecov by Sentry. |
Purpose
Fixes: ballerina-platform/ballerina-library#6194
Examples
Behaviour can be analysed with trace logs:
Client's first request - without any cookies & response
Client's second request - with cookie & response
Client's third request - with overwritten cookie & response
Checklist
Updated the specChecked the impact on OpenAPI generation