-
Notifications
You must be signed in to change notification settings - Fork 92
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
[Cookie] Introduce of context keystore for GetCookie, SetCookie Fn for signing #198
Conversation
...ain/java/org/wso2/carbon/identity/conditional/auth/functions/http/SetCookieFunctionImpl.java
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/conditional/auth/functions/http/GetCookieFunctionImpl.java
Outdated
Show resolved
Hide resolved
...ain/java/org/wso2/carbon/identity/conditional/auth/functions/http/SetCookieFunctionImpl.java
Show resolved
Hide resolved
PR builder started |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #198 +/- ##
=========================================
Coverage 39.34% 39.34%
Complexity 405 405
=========================================
Files 111 111
Lines 3604 3604
Branches 410 410
=========================================
Hits 1418 1418
Misses 2030 2030
Partials 156 156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR builder completed |
8eb5f6b
to
f892ecc
Compare
PR builder started |
...ain/java/org/wso2/carbon/identity/conditional/auth/functions/http/SetCookieFunctionImpl.java
Outdated
Show resolved
Hide resolved
...c/main/java/org/wso2/carbon/identity/conditional/auth/functions/http/CookieFunctionImpl.java
Outdated
Show resolved
Hide resolved
f892ecc
to
bd40752
Compare
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/12310299392
Purpose
$
Logic will create context keystore if not exists
Public Issue: wso2/product-is#21985
Todo