shreemaan-abhishek commented on code in PR #12862:
URL: https://github.com/apache/apisix/pull/12862#discussion_r2663771548
##########
t/plugin/openid-connect5.t:
##########
@@ -189,8 +189,8 @@ hello world
local httpc = http.new()
local res, err = httpc:request_uri(uri, {method = "GET"})
- -- Extract cookie which is not authenticated
- local cookie_str = concatenate_cookies(res.headers['Set-Cookie'])
+ -- set a random cookie
+ local cookie_str = "foobaar"
Review Comment:
the previous session library used by lua-resty-openidc would set
`Set-Cookie` header. This no longer happens 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]