You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the javadoc of followRedirect:
Param redirectRequestBiConsumer – BiConsumer, invoked on redirects, after the redirect request has been initialized, in order to apply further changes such as add/remove headers and cookies.
Actual Behavior
Redirect headers are added, redirect cookies are missing.
Expected Behavior
According to the javadoc of
followRedirect
:Param
redirectRequestBiConsumer
– BiConsumer, invoked on redirects, after the redirect request has been initialized, in order to apply further changes such as add/remove headers and cookies.Actual Behavior
Redirect headers are added, redirect cookies are missing.
Steps to Reproduce
Log:
Note: on
1.0.34
the above test passed, but fails on1.1.x
The text was updated successfully, but these errors were encountered: