.NET: tests(workflows): adds a regression test for cookie jar handling in redirection - #8427
Conversation
There was a problem hiding this comment.
MAF Automated Review — Iteration 1
Result: No findings
Scope: full PR (1 commit(s)): c9dedc719553
Model: gpt-5.6-sol-fast
Overview
This test-only PR uses a loopback server and the real internally owned HttpClient to pin cookie isolation across successive requests. The production client explicitly disables cookies and automatic redirects, while existing redirect tests verify that request headers are not propagated to redirected endpoints. No new publishable Critical, High, or Medium finding remains after deduplication against existing feedback.
Reviewed the supplied pull-request change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.
Code Coverage OverviewLanguages: C# C# / code-coverage/dotnetThe overall line coverage in commit 16e6867 in the Show a line coverage summary of the most covered files.
Updated |
There was a problem hiding this comment.
MAF Automated Review — Iteration 2
Result: No findings
Scope: 2 net-new commit(s): 446b9f9e05a2, 16e68678aa4b
Model: gpt-5.6-sol-fast
Overview
This incremental update adds a focused regression test that drives a real 307 redirect carrying Set-Cookie through a single SendAsync call. The fixture verifies request order, response behavior, and explicit cookie absence, while the production owned client disables cookie handling and automatic redirects. No publishable Critical, High, or Medium concern remains.
Reviewed the supplied incremental change set across correctness, security/reliability, architecture, and failure behavior.
No publishable findings remained after source verification for this scope.
adds a regression test for the cookie jar handling in redirections, the actual behaviour was fixed in #8164