shreemaan-abhishek commented on code in PR #12862:
URL: https://github.com/apache/apisix/pull/12862#discussion_r2663773647
##########
t/plugin/openid-connect6.t:
##########
@@ -141,15 +141,13 @@ passed
return
end
- local cookie_str = concatenate_cookies(res.headers['Set-Cookie'])
- local parts = {}
- for part in string.gmatch(cookie_str, "[^|]+") do
Review Comment:
cookies are no longer `|` separated, they are in fact encrypted in the new
version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]